neovim: fix ts_ls typeserver LSP deprecation

This commit is contained in:
2024-09-14 22:35:26 +00:00
parent 7a75459249
commit 565684d1e9

View File

@@ -163,7 +163,7 @@ with pkgs.vimPlugins;
-- 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
lspconfig.tsserver.setup {
lspconfig.ts_ls.setup {
capabilities = capabilities,
}