Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 734 Bytes

readme.md

File metadata and controls

33 lines (18 loc) · 734 Bytes

nvrg

The Neovim Rockspecs Generator (nvrg) is a CLI tool made in Zig to help generate rockspec files for Neovim plugins.

NOTE: This project is pretty much vaporwave right now.

Building

To build nvrg from source you should run the following commands:

git clone --recurse-submodules https://github.com/NTBBloodbath/nvrg.git
cd nvrg
zig build -Drelease-safe

The built binary will be avaiable in the zig-out/bin directory.

License

As always, this project is licensed under the GPLv3 license.

Development Notice

This project is currently waiting on zig-tree-sitter to be finished. The project isn't dead! :p