We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950f8e6 commit aa20d45Copy full SHA for aa20d45
lua/astrocommunity/pack/svelte/init.lua
@@ -18,10 +18,27 @@ return {
18
},
19
{
20
"AstroNvim/astrolsp",
21
+ optional = true,
22
---@type AstroLSPOpts
23
opts = {
24
---@diagnostic disable: missing-fields
25
config = {
26
+ vtsls = {
27
+ settings = {
28
29
+ tsserver = {
30
+ globalPlugins = {
31
+ {
32
+ name = "typescript-svelte-plugin",
33
+ location = vim.fn.expand "$MASON/packages/svelte-language-server/node_modules/typescript-svelte-plugin",
34
+ configNamespace = "typescript",
35
+ enableForWorkspaceTypeScriptVersions = true,
36
+ },
37
38
39
40
41
42
svelte = {
43
settings = {
44
typescript = {
0 commit comments