Skip to content

Commit

Permalink
fix(vue): correct typo in vue-language-server (#1227)
Browse files Browse the repository at this point in the history
  • Loading branch information
kandalgaonkarshubham authored Oct 3, 2024
1 parent 19a9c61 commit dc65561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/pack/vue/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ return {
optional = true,
opts = function(_, opts)
opts.ensure_installed =
require("astrocore").list_insert_unique(opts.ensure_installed, { "vue-language-sever", "js-debug-adapter" })
require("astrocore").list_insert_unique(opts.ensure_installed, { "vue-language-server", "js-debug-adapter" })
end,
},
}

0 comments on commit dc65561

Please sign in to comment.