vhyrro / luarocks.nvim

Easily install luarocks with lazy.nvim
The Unlicense
64 stars 5 forks source link

fix: locally install rocks on windows and add packages #17

Closed TheLeoP closed 3 months ago

TheLeoP commented 3 months ago

On unix, rocks are installed by default on --prefix, this is not the same on windows. This PR aims to fix this.

Should mostly solve #15

vhyrro commented 3 months ago

Fantastic, thank you very much!