nvim: change lsp/mason tsserver to ts_ls

This commit is contained in:
Mark Riedesel 2024-10-15 08:18:40 -05:00
parent eaea595e0c
commit 90d13a74ff
2 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,7 @@ return {
"pyright",
"svelte",
"tailwindcss",
"tsserver",
"ts_ls",
"rust_analyzer",
},
})