Update tsserver to ts_ls

This commit is contained in:
MuskoM 2024-09-22 20:03:26 +02:00 committed by GitHub
parent 87c55d3dc1
commit 1a47b59d26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -540,7 +540,7 @@ require('lazy').setup({
-- Some languages (like typescript) have entire language plugins that can be useful:
-- https://github.com/pmizio/typescript-tools.nvim
--
-- But for many setups, the LSP (`tsserver`) will work just fine
-- But for many setups, the LSP (`ts_ls`) will work just fine
volar = {
init_options = {
vue = {
@ -551,7 +551,7 @@ require('lazy').setup({
},
},
},
tsserver = {},
ts_ls = {},
--
lua_ls = {