-
I tried a bunch of these neovim distributions like Lunarvim, Astronvim, LazyVim etc. And none of them use Coc as was pretty common a few years ago. Now I tried go-to-definition and it's just a lot inferior. No matter which LSP you choose, pyright, jedi-language-server or python-lsp-server, they all get stuck at following the example given here: https://github.com/LunarVim/LunarVim/issues/4265
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
null-ls.nvim
Discontinued Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
Because null-ls.nvim & mason.nvim together do everything I wanted CoC for
-
mason.nvim
Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters.
Because null-ls.nvim & mason.nvim together do everything I wanted CoC for