14
2

How many Neovim plugins is too many

4mon 20d ago by programming.dev/u/chasteinsect in neovim@programming.dev from echasnovski.com

Using single vim.pack.add() call to load all necessary plugins at once and later configure in a series of require() calls

How about not using require for configuration at all? Although I wouldn’t expect it from this particular author - he shoves require().setup even into plugins that literally have nothing to configure and should just work.

The whole thing is a remnant of an old misinformed plugin template repository made by someone with no knowledge of vim startup sequence.