feat: rewrite of nvim dotfiles

This commit is contained in:
2025-09-07 12:42:40 +02:00
parent 3dbe78f224
commit 2c3ccb816c
6 changed files with 124 additions and 11 deletions

View File

@@ -27,9 +27,9 @@ require("lazy").setup({
-- import your 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" } },
install = { colorscheme = {"tokyonight", "habamax" } },
-- automatically check for plugin updates
checker = { enabled = true },
})