summaryrefslogtreecommitdiff
path: root/neovim/.config/nvim/lua/config/lazy.lua
diff options
context:
space:
mode:
authorMichaël Ball <michael.ball@krotosaudio.com>2024-11-14 16:05:47 +0000
committerMichaël Ball <michael.ball@krotosaudio.com>2024-11-14 16:05:47 +0000
commit9beaffcc8fb1d945b87d6c1058a36b2e982bed16 (patch)
tree0b4ec91315dc4f4fbc3afcf5a4d32cd9001ae21e /neovim/.config/nvim/lua/config/lazy.lua
parent9478fada7352088684dab1af7306598a72cc3678 (diff)
Switch to oxocarbon theme
Diffstat (limited to 'neovim/.config/nvim/lua/config/lazy.lua')
-rw-r--r--neovim/.config/nvim/lua/config/lazy.lua2
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 e5945f6..723911e 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 = { "catppuccin" }, missing = true },
+ install = { colorscheme = { "oxocarbon" }, missing = true },
-- automatically check for plugin updates
checker = { enabled = true, notify = false },
})