fix(lsp): disable ts_ls and tsgo
This commit is contained in:
parent
e2d837067c
commit
678e0947d9
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
local mason_lspconfig = require("mason-lspconfig")
|
||||
|
||||
local disabled_lsps = { "ts_ls" }
|
||||
local disabled_lsps = { "ts_ls", "tsgo" }
|
||||
|
||||
for _, server_name in ipairs(mason_lspconfig.get_installed_servers()) do
|
||||
if not vim.tbl_contains(disabled_lsps, server_name) then
|
||||
|
|
|
|||
Loading…
Reference in a new issue