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:
Marty Oehme 2025-01-31 12:37:04 +01:00
parent 8486f8f0f6
commit 0f77a110d3
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -251,4 +251,6 @@ return {
{ "stevearc/stickybuf.nvim", config = true }, { "stevearc/stickybuf.nvim", config = true },
-- make it a little less painful to open really big (>2mb) files by disabling features -- make it a little less painful to open really big (>2mb) files by disabling features
-- { "LunarVim/bigfile.nvim", lazy = false }, -- { "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 },
} }