removed tsserver
This commit is contained in:
parent
e1e20b1094
commit
e11fe9b1e0
2 changed files with 8 additions and 9 deletions
|
@ -117,13 +117,13 @@ return {
|
|||
filetypes = { "php", "blade.php" },
|
||||
})
|
||||
end,
|
||||
["tsserver"] = function()
|
||||
-- Replace tsserver with typescript-language-server
|
||||
lspconfig["typescript-language-server"].setup({
|
||||
capabilities = capabilities,
|
||||
filetypes = { "typescript", "typescriptreact", "javascript", "javascriptreact" },
|
||||
})
|
||||
end,
|
||||
-- ["tsserver"] = function()
|
||||
-- -- Replace tsserver with typescript-language-server
|
||||
-- lspconfig["typescript-language-server"].setup({
|
||||
-- capabilities = capabilities,
|
||||
-- filetypes = { "typescript", "typescriptreact", "javascript", "javascriptreact" },
|
||||
-- })
|
||||
-- end,
|
||||
})
|
||||
end,
|
||||
}
|
||||
|
|
|
@ -27,15 +27,14 @@ return {
|
|||
mason_lspconfig.setup({
|
||||
-- list of servers for mason to install
|
||||
ensure_installed = {
|
||||
"tsserver",
|
||||
"html",
|
||||
"cssls",
|
||||
"svelte",
|
||||
"lua_ls",
|
||||
"intelephense",
|
||||
"emmet_ls",
|
||||
"hyprls",
|
||||
"yamlls",
|
||||
-- "intelephense",
|
||||
-- "graphql",
|
||||
-- "typos_lsp",
|
||||
-- "textlsp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue