diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-08-07 22:34:10 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-08-07 22:34:10 -0500 |
commit | 3832e2c085e5137f78cdf5f0c1e9cf273ffbc338 (patch) | |
tree | a2bd6bd1119aacbaa23ede55ad3ff1c46a76ea57 /config/nvim/lua/appearance.org | |
parent | 05a87bb0eb20345694a09c9e5e5930028c0c0339 (diff) |
complete my configuration migration
Diffstat (limited to 'config/nvim/lua/appearance.org')
-rw-r--r-- | config/nvim/lua/appearance.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/nvim/lua/appearance.org b/config/nvim/lua/appearance.org index 6cbf4ba..946d420 100644 --- a/config/nvim/lua/appearance.org +++ b/config/nvim/lua/appearance.org @@ -1,11 +1,11 @@ #+title: Neovim Appearance Settings Use line numbers. -#+begin_src lua :tangle yes +#+begin_src lua :tangle ~/.config/nvim/lua/appearance.lua :mkdirp yes vim.opt.number = true #+end_src -Set colour scheme. -#+begin_src lua :tangle yes +Set colour scheme to the Ayu light theme. +#+begin_src lua :tangle ~/.config/nvim/lua/appearance.lua :mkdirp yes vim.cmd([[ set termguicolors let ayucolor="light" |