vim-lsc
vim-lsc copied to clipboard
Support multiple servers for a single language
Could be nice to try multiple servers and, for example, jump to the definition from the first one that returns a location.
By multiple server, you mean like a cluster of language servers or different kind of servers ?
A cluster of language servers for the same language.
Is this still something that people are interested in?
I just had this requirement today:
- Use one LSP for majority of functions (Definition, References, ShowHover ...)
- Use second LSP for just for Diagnostics functions
Specifically for Python: pylsp for majority and sourcery-cli for Diagnostics