1
0
Fork 0

fix nvim version checks

This commit is contained in:
Anton Livaja 2025-04-02 19:36:22 -07:00
parent a1ed59b29e
commit 1fe29923db
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 1 additions and 1 deletions

View File

@ -31,5 +31,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, notify = false },
})