Skip to content

Commit

Permalink
feat(installer): use the neorocks binary server for faster installation
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Nov 27, 2023
1 parent 243b55d commit 5bcce43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ local function install()
luarocks_binary,
"--lua-version=5.1",
"--tree=" .. install_path,
"--server='https://nvim-neorocks.github.io/rocks-binaries/'",
"install",
"rocks.nvim",
}):wait()
Expand Down

0 comments on commit 5bcce43

Please sign in to comment.