Nvim: install latest versions of plugins instead of stable
The stable versions were causing a lot of issues
This commit is contained in:
parent
06b5e11bb5
commit
86e1cacead
2 changed files with 1 additions and 2 deletions
|
@ -22,6 +22,6 @@ require("lazy").setup({
|
||||||
disabled_plugins = { "netrwPlugin" },
|
disabled_plugins = { "netrwPlugin" },
|
||||||
},
|
},
|
||||||
defaults = {
|
defaults = {
|
||||||
version = "*",
|
-- version = "*", -- Disabled for now
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
--- @type LazyPluginSpec
|
--- @type LazyPluginSpec
|
||||||
return {
|
return {
|
||||||
"sbdchd/neoformat",
|
"sbdchd/neoformat",
|
||||||
branch = "master",
|
|
||||||
keys = {
|
keys = {
|
||||||
{
|
{
|
||||||
desc = "Format with Neoformat",
|
desc = "Format with Neoformat",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue