mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +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 = {
|
||||
tsserver = {
|
||||
settings = {
|
||||
-- tsserver_plugins = {
|
||||
-- "@vue/typescript-plugin",
|
||||
-- },
|
||||
},
|
||||
},
|
||||
ts_ls = {},
|
||||
}
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue