From 78f039c98004329ce66857047fa339ea86a3e6b7 Mon Sep 17 00:00:00 2001 From: Sam Rolfe Date: Mon, 9 Feb 2026 17:09:38 +1100 Subject: [PATCH] Fix TS LSP server name (tsserver) --- home/sam/nvim/lua/sam/plugins/lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/sam/nvim/lua/sam/plugins/lsp.lua b/home/sam/nvim/lua/sam/plugins/lsp.lua index f712b0e..074bc77 100755 --- a/home/sam/nvim/lua/sam/plugins/lsp.lua +++ b/home/sam/nvim/lua/sam/plugins/lsp.lua @@ -27,7 +27,7 @@ return { local servers = { "intelephense", -- PHP "pyright", -- Python - "ts_ls", -- TS/JS + "tsserver", -- TS/JS "clangd", -- C++ "lua_ls", -- Lua "emmet_ls", -- HTML/CSS (for tag completion/snippets)