Disable nvim lazy update check
This commit is contained in:
parent
7257228dbb
commit
fa6cd03635
1 changed files with 20 additions and 20 deletions
|
|
@ -31,5 +31,5 @@ require("lazy").setup({
|
|||
-- colorscheme that will be used when installing plugins.
|
||||
install = { colorscheme = { "nord" } },
|
||||
-- automatically check for plugin updates
|
||||
checker = { enabled = true },
|
||||
checker = { enabled = false },
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue