From 043d17f116e1428f7ca8bfd233eb0b3918feedfb Mon Sep 17 00:00:00 2001 From: Michaƫl Ball Date: Thu, 29 Aug 2024 15:59:50 +0100 Subject: Neovim conf --- neovim/.config/nvim/lua/config/lazy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 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 }, }) -- cgit v1.2.3