neovim: fix ts_ls typeserver LSP deprecation
This commit is contained in:
@@ -163,7 +163,7 @@ with pkgs.vimPlugins;
|
|||||||
-- Typescript language server
|
-- Typescript language server
|
||||||
-- repo: <https://github.com/typescript-language-server/typescript-language-server>
|
-- repo: <https://github.com/typescript-language-server/typescript-language-server>
|
||||||
-- requires tsconfig.json or jsconfig.json in the toplevel of the project directory
|
-- requires tsconfig.json or jsconfig.json in the toplevel of the project directory
|
||||||
lspconfig.tsserver.setup {
|
lspconfig.ts_ls.setup {
|
||||||
capabilities = capabilities,
|
capabilities = capabilities,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user