Neovim: use stable versions of plugins if available
This commit is contained in:
parent
ff12fbbe55
commit
22a4aad249
5 changed files with 34 additions and 31 deletions
|
@ -21,4 +21,7 @@ require("lazy").setup({
|
|||
performance = {
|
||||
disabled_plugins = { "netrwPlugin" },
|
||||
},
|
||||
defaults = {
|
||||
version = "*",
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue