mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim: lua/user/plugins/lang/vue.lua: remove tsserver. ts lang file is already included in the spec.
This commit is contained in:
parent
a626ca197b
commit
edda7bf957
1 changed files with 1 additions and 8 deletions
|
|
@ -5,14 +5,7 @@ local lspservers = {
|
|||
hybridMode = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
tsserver = {
|
||||
settings = {
|
||||
tsserver_plugins = {
|
||||
"@vue/typescript-plugin",
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue