remove not found typescript language server
This commit is contained in:
parent
8562753eb9
commit
c2a02f734b
3
init.lua
3
init.lua
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue