fix(typescript): allow easier merging of ts plugins

This commit is contained in:
Folke Lemaitre 2024-05-30 11:17:08 +02:00
parent c4b7505969
commit cf6775a959
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 12 additions and 9 deletions

View file

@ -32,7 +32,7 @@ return {
tsserver = {
globalPlugins = {
-- Use typescript language server along with vue typescript plugin
{
vue = {
name = "@vue/typescript-plugin",
location = vue_typescript_plugin,
languages = { "vue" },