neovim-packer
Plugin manager for Neovim
This package provides a plugin manager for Neovim, inspired by Emacs's use-package
. It's written in Lua, supports Luarocks dependencies, and is based on Vim's builtin plugin support.
- Versions: 0.0.0-0.3a9f980
- Website: https://github.com/wbthomason/packer.nvim
- Licenses: Expat
- Package source: gnu/packages/vim.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of neovim-packer
as follows:
guix install neovim-packer
Or install a particular version:
guix install neovim-packer@0.0.0-0.3a9f980
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of neovim-packer about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/neovim-packer'><img src='https://packages.guix.gnu.org/packages/neovim-packer/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/neovim-packer)
Example Org:
[[https://packages.guix.gnu.org/packages/neovim-packer][https://packages.guix.gnu.org/packages/neovim-packer/badges/latest-version.svg]]