paq-nvim

🌚 Neovim package manager

MIT License

Stars
653
Committers
27

Bot releases are visible (Hide)

paq-nvim - v2.0 Latest Release

Published by savq 12 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/savq/paq-nvim/compare/v1.1.0...v2.0

paq-nvim - v1.1.0

Published by savq almost 2 years ago

What's Changed

Full Changelog: https://github.com/savq/paq-nvim/compare/v1.0.3...v1.1.0

paq-nvim - v1.0.3

Published by savq over 2 years ago

Changes

Full Changelog: https://github.com/savq/paq-nvim/compare/v1.0.2...v1.0.3

paq-nvim - v1.0.2

Published by savq almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/savq/paq-nvim/compare/v1.0.1...v1.0.2

paq-nvim - v1.0.1

Published by savq almost 3 years ago

See #90

paq-nvim - v1.0.0

Published by savq almost 3 years ago

New features

  • vim.notify support. this function prints to :messages by default, so nothing will change for those not overriding it.
  • User autocommands support. See :help paq-autocommands.

Fixes

  • Various error handling improvements
  • Fix environment variable inheritance for spawned processes
  • The path setup option is now read correctly
  • Fix path handling for :PaqClean

Breaking changes

  • Remove paq-nvim alias. Users should call require('paq') instead
  • Remove support for nvim 0.4. nvim 0.5 should still be supported
  • Replace PaqRunHooks with PaqRunHook
  • The verbose setup option now defaults to false. Messages like (up-to-date) foo won't appear, instead a message like Paq: sync complete. 0 ok; 0 errors; 20 no-ops will appear at the end (where no-ops indicate the packages already up-to-date). When there's nothing to install, it'll simply print Paq: Nothing to install

See #87

paq-nvim - v0.9.5

Published by savq about 3 years ago

See #72

Thanks to @Borwe for his contributions.

paq-nvim - v0.9.4

Published by savq about 3 years ago

See #68

paq-nvim - v0.9.3

Published by savq about 3 years ago

See #66

paq-nvim - v0.9.2

Published by savq over 3 years ago

See #52

paq-nvim - v0.9.1

Published by savq over 3 years ago

paq-nvim - v0.9.0

Published by savq over 3 years ago

  • Add pin option
  • Uninstall packages asynchronously
  • Rename paq-nvim.lua to paq.lua
  • Move command definitions to paq.lua
  • General refactoring

See #46

paq-nvim - v0.8.3

Published by savq over 3 years ago

  • Fixes bug #43
paq-nvim - v0.8.2

Published by savq over 3 years ago

Fix package counting (for real now)

paq-nvim - v0.8.1

Published by savq over 3 years ago

  • Fix package counting
  • Improve package name inference

Thanks to @hhirtz for his contribution.

paq-nvim - v0.8.0

Published by savq over 3 years ago

  • Fixes #8
  • Add callable metamethod

See #36 and #37

paq-nvim - v0.7.0_1

Published by savq over 3 years ago

Development

  • Start using luacheck
  • Use a consistent string quoting convention (see contributing)
  • Minor formatting changes
paq-nvim - v0.7.0

Published by savq over 3 years ago

New features

  • Add PaqList command
  • Update documentation

Development

  • Functions for neovim 0.4 backwards compatibility are now in their own module

Thanks to @bR3iN for his contributions.

paq-nvim - v0.6.3

Published by savq over 3 years ago

  • Fix bug where PaqClean would delete plugins still listed in the user's configuration.

  • Add more tests

paq-nvim - v0.6.2

Published by savq over 3 years ago

  • Count removals and display them in prompt.