From ac7583b0fbaa84c04164b3746b099407d9ff255e Mon Sep 17 00:00:00 2001 From: Michaƫl Ball Date: Fri, 23 Aug 2024 09:36:12 +0100 Subject: Neovim changes --- neovim/.config/nvim/lua/config/lazy.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'neovim/.config/nvim/lua/config/lazy.lua') 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 }, }) -- cgit v1.2.3