tidy LazyVim.extend() arguments

This commit is contained in:
Emma Eilefsen Glenna 2024-05-31 20:50:37 +02:00 committed by GitHub
parent a091e0d7e5
commit 9685c16f48
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,12 +39,10 @@ return {
},
})
LazyVim.extend(opts.servers.vtsls.settings.vtsls.tsserver.globalPlugins, {
{
name = "@vue/typescript-plugin",
location = vue_typescript_plugin,
languages = { "vue" },
configNamespace = "typescript",
},
name = "@vue/typescript-plugin",
location = vue_typescript_plugin,
languages = { "vue" },
configNamespace = "typescript",
})
end,