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:
parent
24da46fdd6
commit
69fc2ab15d
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
|
@ -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 = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue