You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am replacing nvpak requirements with mason In the past, I used null-ls to solve these needs, installing plugins for lsp like pylsp-mypy, but it seems that mason-lspconfig can only install lsp servers automatically, is there a solution for this issue?
Of course, I'm not very good at writing in English, I hope I have conveyed my meaning well.
Well, I searched for similar topics and came across the following thread #908
I think it has answered my question to some extent, but there are still some questions left.
Does this method cover the prerequisites of all packages? For example spell-check or bash-format
Another question, what if an lsp was not set by default? Is there a way to make more effective suggestions in it? For example, let's assume that pylsp was not installed, was it not installed after installing mypy?
I'm looking for that every time I enter a file with a new format, I don't have to enter the LspInstall command. Has mason prepared a function for me to solve this problem?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am replacing nvpak requirements with mason In the past, I used null-ls to solve these needs, installing plugins for lsp like pylsp-mypy, but it seems that mason-lspconfig can only install lsp servers automatically, is there a solution for this issue?
Of course, I'm not very good at writing in English, I hope I have conveyed my meaning well.
Well, I searched for similar topics and came across the following thread
#908
I think it has answered my question to some extent, but there are still some questions left.
Does this method cover the prerequisites of all packages? For example spell-check or bash-format
Another question, what if an lsp was not set by default? Is there a way to make more effective suggestions in it? For example, let's assume that pylsp was not installed, was it not installed after installing mypy?
I'm looking for that every time I enter a file with a new format, I don't have to enter the LspInstall command. Has mason prepared a function for me to solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions