From a09b02d5efc2376797f2c1ce385a805fbe45cad3 Mon Sep 17 00:00:00 2001 From: Sean Villars Date: Tue, 4 Jun 2024 15:35:57 -0500 Subject: [PATCH] Enable ts lsp --- init.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.lua b/init.lua index ef08de9d..b25ecb7b 100644 --- a/init.lua +++ b/init.lua @@ -599,8 +599,7 @@ require('lazy').setup({ -- https://github.com/pmizio/typescript-tools.nvim -- -- But for many setups, the LSP (`tsserver`) will work just fine - -- tsserver = {}, - -- + tsserver = {}, lua_ls = { -- cmd = {...},