X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/a427a09b741cecbef21644e1b10c97bd9a074c02..d08d39f309bc1a22b21f0876d68171e9f38a0c5f:/nvim/lua/config/lazy.lua diff --git a/nvim/lua/config/lazy.lua b/nvim/lua/config/lazy.lua index b88ded7..68de635 100644 --- a/nvim/lua/config/lazy.lua +++ b/nvim/lua/config/lazy.lua @@ -27,7 +27,7 @@ require("lazy").setup({ version = false, -- always use the latest git commit -- version = "*", -- try installing the latest stable version for plugins that support semver }, - install = { colorscheme = { "tokyonight", "habamax" } }, + install = { colorscheme = { "onenord", "habamax" } }, checker = { -- automatically check for plugin updates enabled = true,