make sure that colorscheme is not touched

This commit is contained in:
2025-04-09 23:23:51 +02:00
parent 0ab0b593f2
commit 690e575c03
2 changed files with 3 additions and 2 deletions
-2
View File
@@ -28,8 +28,6 @@ require("lazy").setup({
{ import = "plugins" }, { import = "plugins" },
}, },
-- Configure any other settings here. See the documentation for more details. -- Configure any other settings here. See the documentation for more details.
-- colorscheme that will be used when installing plugins.
install = { colorscheme = { "habamax" } },
-- automatically check for plugin updates -- automatically check for plugin updates
checker = { enabled = true }, checker = { enabled = true },
}) })
+3
View File
@@ -0,0 +1,3 @@
return {
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate" },
}