Change typescript language server to tsgo
This commit is contained in:
parent
7c168a29dc
commit
50aa39ad19
2
init.lua
2
init.lua
|
|
@ -713,6 +713,8 @@ require('lazy').setup({
|
||||||
--
|
--
|
||||||
-- 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 = {
|
ts_ls = {
|
||||||
|
cmd = { 'tsgo' },
|
||||||
|
|
||||||
filetypes = {
|
filetypes = {
|
||||||
'javascript',
|
'javascript',
|
||||||
'typescript',
|
'typescript',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue