forked from lrvick/dotfiles
fix nvim version checks
This commit is contained in:
parent
a1ed59b29e
commit
1fe29923db
|
@ -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 },
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue