From 69fc2ab15d62a520cae263c1041f64cb046c9d26 Mon Sep 17 00:00:00 2001 From: schistos Date: Mon, 28 Oct 2024 11:36:01 +0200 Subject: [PATCH] update tsserver LSP to ts_ls https://github.com/neovim/nvim-lspconfig/pull/3232#issuecomment-2331025714 tsserver was suddenly renamed to ts_ls. --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index c2345283..84e7722e 100644 --- a/init.lua +++ b/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 = {},