]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/config/lazy.lua
lazyvim: absorb colorscheme config
[dotfiles.git] / nvim / lua / config / lazy.lua
index b88ded792028797144efd3f99717f75117af767e..68de635ef3d263c773976b442beae97e17577e4c 100644 (file)
@@ -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,