vhyrro / luarocks.nvim

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

Where does luarocks store its files? #27

Closed glyh closed 1 month ago

glyh commented 1 month ago

I checked ~/.luarocks but it's not present.

vhyrro commented 1 month ago

luarocks.nvim stores its files in its own directory under .rocks, this means it's probably under ~/.local/share/nvim/site/pack/*/*/luarocks.nvim/.rocks or in the case of lazy ~/.local/share/nvim/lazy/luarocks.nvim/.rocks :)