Nvim: install latest versions of plugins instead of stable

The stable versions were causing a lot of issues
main
Marko Korhonen 4 months ago
parent 29e38f7284
commit 21d6a1c3f6
No known key found for this signature in database
GPG Key ID: A7F78BCB859CD890

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

@ -2,7 +2,6 @@
--- @type LazyPluginSpec
return {
"sbdchd/neoformat",
branch = "master",
keys = {
{
desc = "Format with Neoformat",

Loading…
Cancel
Save