summaryrefslogtreecommitdiff
path: root/neovim/.config/nvim/lua/config/lazy.lua
diff options
context:
space:
mode:
authorMichaël Ball <michael.ball@krotosaudio.com>2025-06-03 13:04:41 +0100
committerMichaël Ball <michael.ball@krotosaudio.com>2025-06-03 13:04:41 +0100
commit59ed6a73f1657515022ad60031ae5105638e6933 (patch)
treea0404e21e7c51bef25e42260bdf01068af314458 /neovim/.config/nvim/lua/config/lazy.lua
parent0379dc54a152b87015bc667249021d459e1cd78d (diff)
melange 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 f9671dc..c453a45 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 = { "xcodehc" }, missing = true },
+ install = { colorscheme = { "melange" }, missing = true },
-- automatically check for plugin updates
checker = { enabled = true, notify = false },
})