remove not found typescript language server

This commit is contained in:
Nick Burt 2026-02-08 22:45:50 -06:00
parent 8562753eb9
commit c2a02f734b
1 changed files with 2 additions and 1 deletions

View File

@ -604,7 +604,8 @@ require('lazy').setup({
-- https://github.com/pmizio/typescript-tools.nvim -- https://github.com/pmizio/typescript-tools.nvim
-- --
-- But for many setups, the LSP (`ts_ls`) will work just fine -- 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 -- Ensure the servers and tools above are installed