Skip to content

Commit 701ea8a

Browse files
committed
fix(vue): scss support moved upstream to other packs
1 parent b3da393 commit 701ea8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/astrocommunity/pack/vue/init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ return {
33
{
44
"AstroNvim/astrolsp",
55
optional = true,
6-
---@type AstroLSPOpts
6+
---@param opts AstroLSPOpts
77
opts = function(_, opts)
88
local astrocore = require "astrocore"
99
local vtsls_ft = astrocore.list_insert_unique(vim.tbl_get(opts, "config", "vtsls", "filetypes") or {
@@ -62,7 +62,7 @@ return {
6262
optional = true,
6363
opts = function(_, opts)
6464
if opts.ensure_installed ~= "all" then
65-
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "vue", "scss" })
65+
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "vue" })
6666
end
6767
end,
6868
},

0 commit comments

Comments
 (0)