Neovim: use stable versions of plugins if available

This commit is contained in:
Marko Korhonen 2024-01-24 22:20:34 +02:00
parent 8912fed29c
commit 5654fd6bee
5 changed files with 34 additions and 31 deletions

View file

@ -21,4 +21,7 @@ require("lazy").setup({
performance = {
disabled_plugins = { "netrwPlugin" },
},
defaults = {
version = "*",
},
})