-
EDIT: https://github.com/neovim/neovim/issues/1931 if has('nvim')
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
telescope.nvim: great built-in pickers for go-to-references, diagnostics, symbols, and code actions (diagnostics and symbols hopefully soon even with filtering)
-
lspsaga.nvim
Discontinued improve neovim lsp experience [Moved to: https://github.com/nvimdev/lspsaga.nvim] (by glepnir)
lspsaga.nvim: beautified (and I guess better formatted) infos
-
nvim-compe: completion like coc, with added benefit of treesitter source which is a great fallback for not always fast LSPs
-
Furthermore, in case you are not aware of nvim-treesitter - this of course is also a great feature of neovim (but in fairness, apparently there has been talk between neovim maintainers and Bram to maybe add it to vim as well).