vhyrro / luarocks.nvim

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

Go away python! #10

Closed vhyrro closed 3 months ago

vhyrro commented 3 months ago

This PR completely removes hererocks and therefore python from the installation process.

The installation has been brought down from 1 minute to roughly 6 seconds on my machine. It's also much more stable (I've had testers on different linux distros, MacOS and windows all confirming that the installation code works).

I've also added a feature that allow multiple versions of the same dependency for various projects to all coexist in Neovim.

The recommended setup has now also been simplified and changed as well, please consult the new README to see how things work!