Skip to content

Commit 69fc2ab

Browse files
author
schistos
committed
update tsserver LSP to ts_ls
neovim/nvim-lspconfig#3232 (comment) tsserver was suddenly renamed to ts_ls.
1 parent 24da46f commit 69fc2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ require('lazy').setup({
581581
-- https://github.com/pmizio/typescript-tools.nvim
582582
--
583583
-- But for many setups, the LSP (`tsserver`) will work just fine
584-
tsserver = {},
584+
ts_ls = {},
585585
html = {},
586586
cssls = {},
587587
clangd = {},

0 commit comments

Comments
 (0)