paq-nvim

🌚 Neovim package manager

MIT License

Stars
653
Committers
27

Bot releases are hidden (Show)

paq-nvim - v0.6.1

Published by savq over 3 years ago

  • Fix bug in repository name parsing
  • Show the name of the post-install hook in the prompt.

Thanks to @ZNielsen for his contribution.

paq-nvim - v0.6.0

Published by savq over 3 years ago

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 of run (the functionality is the same, it's just a change of name).

Development

  • Add a test suite
  • Refactor codebase
paq-nvim - v0.5.0

Published by savq over 3 years ago

Add support for Neovim 0.4.4

Thanks to @Caduser2020 and @forkbomb9 for their contributions.

paq-nvim - v0.4.1

Published by savq over 3 years ago

  • Fix bug where changing the value of opt for a given package would leave behind a copy of the package in the previous directory (either start or opt).

  • To properly change a package to an optional package, one has to run both :PaqInstall and :PaqClean.

paq-nvim - v0.4.0

Published by savq over 3 years ago

  • Add as keyword to alias packages locally.

Thanks to @elihunter173 for his contribution.

paq-nvim - v0.3.0

Published by savq almost 4 years ago

  • Improve installation and update messages
  • Reload packages and helptags automatically
  • General refactoring
paq-nvim - v.0.2.0

Published by savq almost 4 years ago

  • Add user defined post install hooks
paq-nvim - v0.1.3

Published by savq almost 4 years ago

  • Fix error where calling install_pkg without start/ existing would fail.

  • Fix error when checking if a package is optional.

NOTE: These bugs where only noticable in a fresh install. A user who had Paq already installed wouldn't notice.

paq-nvim - v0.1.2

Published by savq almost 4 years ago

  • Refactor directory handling to:

    • remove the need for auxiliary functions
    • execute install and update processes from within the modified directory
  • Move contributing information to a single CONTRIBUTING file.

paq-nvim - v0.1.1

Published by savq almost 4 years ago

  • Refactor functions to reduce redundancy
  • Make naming conventions more consistent
  • Rewrite docs a bit more concisely
paq-nvim - v0.1.0

Published by savq almost 4 years ago

First release. Paq is now a MVP.