nvim-neorocks / rocks.nvim

Neovim plugin management inspired by Cargo, powered by luarocks
GNU General Public License v3.0
378 stars 6 forks source link

[Feature] `plugins.<plugin>.pin` field #272

Closed mrcjkb closed 3 weeks ago

mrcjkb commented 1 month ago

It may be desirable to exclude some plugins from :Rocks update - for example plugins that are broken or aren't compatible with an older neovim version.

This could come paired with :Rocks pin and :Rocks unpin commands, which have completions for installed plugins.

Update: The below adds to much complexity for the small convenience you get from it: ~The pin could be a boolean or an upper version bound with ~> support.~