update tsserver LSP to ts_ls

https://github.com/neovim/nvim-lspconfig/pull/3232#issuecomment-2331025714
tsserver was suddenly renamed to ts_ls.
This commit is contained in:
schistos 2024-10-28 11:36:01 +02:00
parent 24da46fdd6
commit 69fc2ab15d
1 changed files with 1 additions and 1 deletions

View File

@ -581,7 +581,7 @@ require('lazy').setup({
-- https://github.com/pmizio/typescript-tools.nvim
--
-- But for many setups, the LSP (`tsserver`) will work just fine
tsserver = {},
ts_ls = {},
html = {},
cssls = {},
clangd = {},