-
I add these in user/settings.lua, Mason still install pylsp |
Beta Was this translation helpful? Give feedback.
Answered by
Jint-lzxy
Oct 30, 2023
Replies: 1 comment
-
settings["lsp_deps"] = function()
return {
"bashls",
"clangd",
"html",
"jsonls",
"lua_ls",
-- "pylsp",
-- "gopls",
}
end See Wiki: Usage#about-user-overrides-settings-options-events-etc. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rickywu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See Wiki: Usage#about-user-overrides-settings-options-events-etc.