nvim: Track master for plenary
Ensure that we run the master branch version of plenary and do not adhere to any versioned release since the newest is now multiple years back.
This commit is contained in:
parent
8486f8f0f6
commit
0f77a110d3
1 changed files with 2 additions and 0 deletions
|
@ -251,4 +251,6 @@ return {
|
|||
{ "stevearc/stickybuf.nvim", config = true },
|
||||
-- make it a little less painful to open really big (>2mb) files by disabling features
|
||||
-- { "LunarVim/bigfile.nvim", lazy = false },
|
||||
-- set plenary to follow master branch here, but let individual plugins actually load it
|
||||
{ "nvim-lua/plenary.nvim", version = false, optional = true },
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue