From 6633d60ae483b06c06db86088436bf6b876165c3 Mon Sep 17 00:00:00 2001 From: Michaƫl Ball Date: Thu, 5 Jun 2025 13:56:04 +0100 Subject: Nord theme --- 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 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 }, }) -- cgit v1.2.3