diff options
author | Michaël Ball <michael.ball@krotosaudio.com> | 2024-08-29 15:59:50 +0100 |
---|---|---|
committer | Michaël Ball <michael.ball@krotosaudio.com> | 2024-08-29 15:59:50 +0100 |
commit | 043d17f116e1428f7ca8bfd233eb0b3918feedfb (patch) | |
tree | 37699fe5d7bdf04c829d488a371c02d7ec43cc64 /neovim/.config/nvim/lua/config/lazy.lua | |
parent | 770410f2cdd9aa41758a08dd782e6754eaebd668 (diff) |
Neovim conf
Diffstat (limited to 'neovim/.config/nvim/lua/config/lazy.lua')
-rw-r--r-- | neovim/.config/nvim/lua/config/lazy.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/neovim/.config/nvim/lua/config/lazy.lua b/neovim/.config/nvim/lua/config/lazy.lua index 2d9b70f..7e08cf4 100644 --- a/neovim/.config/nvim/lua/config/lazy.lua +++ b/neovim/.config/nvim/lua/config/lazy.lua @@ -29,7 +29,7 @@ require("lazy").setup({ }, -- Configure any other settings here. See the documentation for more details. -- colorscheme that will be used when installing plugins. - install = { colorscheme = { "onedark" }, missing = true }, + install = { colorscheme = { "xcode" }, missing = true }, -- automatically check for plugin updates checker = { enabled = true, notify = false }, }) |