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