Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 513 Bytes

File metadata and controls

27 lines (16 loc) · 513 Bytes

packman.nvim

vim.pack management interface

Note: Requires at least Neovim 0.12

Install

vim.pack.add "https://github.com/atomicptr/packman.nvim"

Usage

packman.nvim adds the :Pack user command which opens the user interface you can see above

There are also the following subcommands:

  • :Pack install - Installs plugins to the state of your lock file
  • :Pack update - Updates plugins
  • :Pack clean - Removes unused plugins

License

GPLv3