Nvim: install latest versions of plugins instead of stable
The stable versions were causing a lot of issues
This commit is contained in:
parent
29e38f7284
commit
21d6a1c3f6
2 changed files with 1 additions and 2 deletions
|
@ -22,6 +22,6 @@ require("lazy").setup({
|
|||
disabled_plugins = { "netrwPlugin" },
|
||||
},
|
||||
defaults = {
|
||||
version = "*",
|
||||
-- version = "*", -- Disabled for now
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue