Fix the names of the lsp servers
This commit is contained in:
parent
aa32e1aff3
commit
84414bc2d9
@ -8,15 +8,12 @@ return {
|
|||||||
-- add more things to the ensure_installed table protecting against community packs modifying it
|
-- add more things to the ensure_installed table protecting against community packs modifying it
|
||||||
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, {
|
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, {
|
||||||
"lua_ls",
|
"lua_ls",
|
||||||
"bash_language_server",
|
"bashls",
|
||||||
"pylsp",
|
"pylsp",
|
||||||
"cmake-language-server",
|
"cmake",
|
||||||
"mesonlsp",
|
"mesonlsp",
|
||||||
"vim-language-server",
|
|
||||||
"vimls",
|
"vimls",
|
||||||
"asm-lsp",
|
"cssls",
|
||||||
"css-lsp",
|
|
||||||
"glow",
|
|
||||||
"marksman",
|
"marksman",
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user