Releases: savq/paq-nvim
Releases · savq/paq-nvim
v0.6.1
v0.6.0
New features
- Basic logging functionality, and commands to open and clean log
- Setup function:
setup
can configure the path where plugins are installed - Deprecate the
hook
option in favor ofrun
(the functionality is the same, it's just a change of name).
Development
- Add a test suite
- Refactor codebase
v0.5.0
Add support for Neovim 0.4.4
Thanks to @Caduser2020 and @forkbomb9 for their contributions.
v0.4.1
v0.4.0
- Add
as
keyword to alias packages locally.
Thanks to @elihunter173 for his contribution.