Skip to content

Commit

Permalink
fix(installer): use self-contained luarocks binary when possible
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Nov 27, 2023
1 parent f656883 commit b8a895b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ local function install()
end

vim.system({
"luarocks",
luarocks_binary,
"--lua-version=5.1",
"--tree=" .. install_path,
"install",
Expand Down

0 comments on commit b8a895b

Please sign in to comment.