Replies: 1 comment
-
Hello! I assume you use lspconfig to configure servers? Mason is not directly involved in managing LSP servers, I'd recommend checking there for a potential solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using pyright and jedi at the same time, but they provide different document hover (and more), sometimes pyright on the top of lspinfo so document hover come from pyright, sometimes jedi. Is there a way I can control the order of lsp loading, for example load pyright before jedi?
Beta Was this translation helpful? Give feedback.
All reactions