Nvim: install latest versions of plugins instead of stable

The stable versions were causing a lot of issues
This commit is contained in:
Marko Korhonen 2024-02-05 13:02:04 +02:00
parent 06b5e11bb5
commit 86e1cacead
2 changed files with 1 additions and 2 deletions

View file

@ -22,6 +22,6 @@ require("lazy").setup({
disabled_plugins = { "netrwPlugin" },
},
defaults = {
version = "*",
-- version = "*", -- Disabled for now
},
})