From 4637a2147470cab183f693aa60837d026f30a9bb Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Thu, 8 May 2025 22:26:49 +0200 Subject: [PATCH] ts_ls --- lua/custom/plugins/configs/lsp.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/custom/plugins/configs/lsp.lua b/lua/custom/plugins/configs/lsp.lua index 3fca325..e52e910 100644 --- a/lua/custom/plugins/configs/lsp.lua +++ b/lua/custom/plugins/configs/lsp.lua @@ -149,6 +149,7 @@ local servers = { }, html = {}, cssls = {}, + ts_ls = {}, clangd = {}, pyright = {}, bashls = {},