diff options
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 b82d897..e5945f6 100644 --- a/neovim/.config/nvim/lua/config/lazy.lua +++ b/neovim/.config/nvim/lua/config/lazy.lua @@ -30,7 +30,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 = { "catppuccin" }, missing = true }, -- automatically check for plugin updates checker = { enabled = true, notify = false }, }) |