mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
tidy LazyVim.extend() arguments
This commit is contained in:
parent
a091e0d7e5
commit
9685c16f48
1 changed files with 4 additions and 6 deletions
|
|
@ -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",
|
||||
},
|
||||
})
|
||||
end,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue