minor updates

This commit is contained in:
2025-08-18 11:07:22 +08:00
parent 13b27243ea
commit dbb9af29d5
4 changed files with 72 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ require("lazy").setup({
},
-- Configure any other settings here. See the documentation for more details.
-- colorscheme that will be used when installing plugins.
install = { colorscheme = { "onedark" } },
install = { colorscheme = { "enfocado" } },
-- automatically check for plugin updates
checker = { enabled = true },
checker = { enabled = false },
})