-
The LSP plugin that I use is https://github.com/yegappan/lsp I like how easy it is to read the code.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Oh! I remember now -- I created a wrapper ~/bin/ctags that updates .git/info/exclude before delegating to /usr/bin/ctags.
-
I prefer global / gtags, because they also support finding references, a feature I use very often. I combine it with YouCompleteMe for auto completion. It's a great setup for Python development.
-
coc.nvim
Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
Have you tried Coc.nvim? It also supports vim (not only neovim), and I got impressed by its inlay type hints.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.