A modern approach to Neovim plugin management.
Note The following plugin is perfectly usable, but its user interfaces are a work in progress.
They will be fledged out soon! :)
Cargo
-likerocks.toml
file for declaring all your plugins- Name-based installation (
use "nvim-neorg/neorg"
becomes:Rocks install neorg
instead) - Automatic dependency and build script management
- True semver versioning!
- (WIP) Automatic running of test suites
Important Ensure you have
luarocks
installed on your system and accessible in your shell.
TODO...