mason
This commit is contained in:
parent
ade2f0f598
commit
4788d091d2
1 changed files with 3 additions and 2 deletions
|
|
@ -7,14 +7,15 @@ return {
|
|||
load = function()
|
||||
core.lsp.setup()
|
||||
require("mason-lspconfig").setup {
|
||||
ensure_added = {
|
||||
ensure_installed = {
|
||||
"clangd",
|
||||
"mesonlsp",
|
||||
"bashls",
|
||||
"jdtls",
|
||||
"lua_ls",
|
||||
"basedpyright",
|
||||
"debugpy"
|
||||
"zls",
|
||||
"rnix-lsp"
|
||||
}
|
||||
}
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue