From 7dbc23c0539c391c1027599e6fa086125c256825 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk László <116908301+pml68@users.noreply.github.com> Date: Fri, 6 Sep 2024 18:42:54 +0200 Subject: feat: update "tsserver" to "ts_ls" for new LSP config update --- lua/pml68/configs/lspconfig.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/pml68/configs/lspconfig.lua b/lua/pml68/configs/lspconfig.lua index 5c47681..716f4ca 100644 --- a/lua/pml68/configs/lspconfig.lua +++ b/lua/pml68/configs/lspconfig.lua @@ -8,7 +8,7 @@ vim.lsp.handlers["textDocument/hover"] = vim.lsp.with(vim.lsp.handlers.hover, { local servers = { -- "asm_lsp", "html", - "tsserver", + "ts_ls", "cssls", "svelte", "bashls", -- cgit v1.2.3