Last changes to neovim

This commit is contained in:
2026-05-11 08:17:14 +02:00
parent df010c34c1
commit d74daceb09
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -62,5 +62,5 @@ require("lazy").setup({
-- colorscheme that will be used when installing plugins.
install = { colorscheme = { "habamax" } },
-- automatically check for plugin updates
checker = { enabled = true },
-- checker = { enabled = true },
})