Change typescript language server to tsgo

This commit is contained in:
Marcus 2025-06-18 17:40:26 +08:00
parent 7c168a29dc
commit 50aa39ad19
1 changed files with 2 additions and 0 deletions

View File

@ -713,6 +713,8 @@ require('lazy').setup({
-- --
-- But for many setups, the LSP (`ts_ls`) will work just fine -- But for many setups, the LSP (`ts_ls`) will work just fine
ts_ls = { ts_ls = {
cmd = { 'tsgo' },
filetypes = { filetypes = {
'javascript', 'javascript',
'typescript', 'typescript',