summaryrefslogtreecommitdiff
path: root/neovim/.config/nvim/lua/config/lazy.lua
diff options
context:
space:
mode:
authorMichaël Ball <michael.ball@krotosaudio.com>2024-08-23 09:36:12 +0100
committerMichaël Ball <michael.ball@krotosaudio.com>2024-08-23 09:36:12 +0100
commitac7583b0fbaa84c04164b3746b099407d9ff255e (patch)
treef704151fd9300047b83ab4036bf097d1cbb9c05f /neovim/.config/nvim/lua/config/lazy.lua
parent34d996020d70035cd84cd359ab06a19f91e3fb1c (diff)
Neovim changes
Diffstat (limited to 'neovim/.config/nvim/lua/config/lazy.lua')
-rw-r--r--neovim/.config/nvim/lua/config/lazy.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/neovim/.config/nvim/lua/config/lazy.lua b/neovim/.config/nvim/lua/config/lazy.lua
index a109cd0..2d9b70f 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 = { "xcode" }, missing = true },
+ install = { colorscheme = { "onedark" }, missing = true },
-- automatically check for plugin updates
- checker = { enabled = false },
+ checker = { enabled = true, notify = false },
})