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
2
init.lua
2
init.lua
|
@ -581,7 +581,7 @@ require('lazy').setup({
|
||||||
-- https://github.com/pmizio/typescript-tools.nvim
|
-- https://github.com/pmizio/typescript-tools.nvim
|
||||||
--
|
--
|
||||||
-- But for many setups, the LSP (`tsserver`) will work just fine
|
-- But for many setups, the LSP (`tsserver`) will work just fine
|
||||||
tsserver = {},
|
ts_ls = {},
|
||||||
html = {},
|
html = {},
|
||||||
cssls = {},
|
cssls = {},
|
||||||
clangd = {},
|
clangd = {},
|
||||||
|
|
Loading…
Reference in New Issue