mirror of
https://github.com/pnx/dotfiles
synced 2026-07-03 15:03:40 +02:00
nvim: lua/user/plugins/lang/typescript.lua: tsserver is renamed to ts_ls
This commit is contained in:
parent
edda7bf957
commit
5b14797ed0
1 changed files with 1 additions and 7 deletions
|
|
@ -1,11 +1,5 @@
|
||||||
local lspservers = {
|
local lspservers = {
|
||||||
tsserver = {
|
ts_ls = {},
|
||||||
settings = {
|
|
||||||
-- tsserver_plugins = {
|
|
||||||
-- "@vue/typescript-plugin",
|
|
||||||
-- },
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue