From c2a02f734b8d86272f0533a994145f81815e95cc Mon Sep 17 00:00:00 2001 From: Nick Burt Date: Sun, 8 Feb 2026 22:45:50 -0600 Subject: [PATCH] remove not found typescript language server --- init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index c878bc0e..66726833 100644 --- a/init.lua +++ b/init.lua @@ -604,7 +604,8 @@ require('lazy').setup({ -- https://github.com/pmizio/typescript-tools.nvim -- -- But for many setups, the LSP (`ts_ls`) will work just fine - ts_ls = {}, + -- FIX: Can not find ts_ls + -- ts_ls = {}, } -- Ensure the servers and tools above are installed