fix(lsp): disable ts_ls and tsgo

This commit is contained in:
Simon Lasbrugnas 2026-03-13 15:42:03 +01:00
parent e2d837067c
commit 678e0947d9
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

View file

@ -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