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.
get_install_path()
1 parent 16231a6 commit f14d0ffCopy full SHA for f14d0ff
lua/astrocommunity/pack/vue/init.lua
@@ -39,8 +39,7 @@ return {
39
local vuels = registry.get_package "vue-language-server"
40
41
if vuels:is_installed() then
42
- local volar_install_path =
43
- vim.fn.expand "$MASON/packages/vue-language-server/node_modules/@vue/language-server"
+ local volar_install_path = vuels:get_install_path() .. "/node_modules/@vue/language-server"
44
45
local vue_plugin_config = {
46
name = "@vue/typescript-plugin",
0 commit comments