diff options
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" |