1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 19:30:01 +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:
Henrik Hautakoski 2024-09-05 23:17:52 +02:00
parent a626ca197b
commit edda7bf957

View file

@ -5,14 +5,7 @@ local lspservers = {
hybridMode = true,
},
},
},
tsserver = {
settings = {
tsserver_plugins = {
"@vue/typescript-plugin",
},
},
},
}
}