Minor fix

This commit is contained in:
js0ny 2025-03-21 00:45:00 +00:00
parent 418ae4cc63
commit 47197902c8
3 changed files with 18 additions and 25 deletions

View file

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