feat: enabled ts-plugin support for astro and svelte
This commit is contained in:
@@ -39,11 +39,7 @@ return {
|
||||
LazyVim.extend(opts.servers.vtsls, "settings.vtsls.tsserver.globalPlugins", {
|
||||
{
|
||||
name = "@astrojs/ts-plugin",
|
||||
location = LazyVim.get_pkg_path(
|
||||
"astro-language-server",
|
||||
"/node_modules/@astrojs/ts-plugin",
|
||||
{ warn = false }
|
||||
),
|
||||
location = LazyVim.get_pkg_path("astro-language-server", "/node_modules/@astrojs/ts-plugin"),
|
||||
enableForWorkspaceTypeScriptVersions = true,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user