Update tsserver to ts_ls
This commit is contained in:
parent
87c55d3dc1
commit
1a47b59d26
4
init.lua
4
init.lua
|
@ -540,7 +540,7 @@ require('lazy').setup({
|
|||
-- Some languages (like typescript) have entire language plugins that can be useful:
|
||||
-- https://github.com/pmizio/typescript-tools.nvim
|
||||
--
|
||||
-- But for many setups, the LSP (`tsserver`) will work just fine
|
||||
-- But for many setups, the LSP (`ts_ls`) will work just fine
|
||||
volar = {
|
||||
init_options = {
|
||||
vue = {
|
||||
|
@ -551,7 +551,7 @@ require('lazy').setup({
|
|||
},
|
||||
},
|
||||
},
|
||||
tsserver = {},
|
||||
ts_ls = {},
|
||||
--
|
||||
|
||||
lua_ls = {
|
||||
|
|
Loading…
Reference in New Issue