Port details |
- paq-nvim Minimal Neovim plugin manager
- 2.0.0 devel
=2 2.0.0Version of this port present on the latest quarterly branch. - Maintainer: agh@riseup.net
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2023-11-05 21:00:29
- Last Update: 2023-11-05 20:57:39
- Commit Hash: f213e5c
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: editors
- License: MIT
- WWW:
- https://github.com/savq/paq-nvim
- Description:
- Paq is a minimal, simple to use packer manager for Neovim written in Lua and
is aimed for users who make use of Lua for their configuration language.
It is written to make use of existing Neovim features, and to have a simple
and familiar interface for declaring packages.
Features:
* Can install, update, and remove any package from a valid repository
* Utilises git(1) to fetch packages from valid Git repositories
* Supports asynchronous updates
* Written in Lua, configured in Lua
¦ ¦ ¦ ¦ ![SVNWeb - no subversion history for this port SVNWeb - no subversion history for this port](/images/subversion-greyed.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- paq-nvim>0:devel/paq-nvim
- To install the port:
- cd /usr/ports/devel/paq-nvim/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/paq-nvim
- pkg install paq-nvim
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: paq-nvim
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1698568791
SHA256 (savq-paq-nvim-v2.0.0_GH0.tar.gz) = de54c937a33d819fb7c12a11f8d01f966de86a2a6e98e4451e30b19b9516ea0d
SIZE (savq-paq-nvim-v2.0.0_GH0.tar.gz) = 15645
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- neovim>0 : editors/neovim
- Runtime dependencies:
-
- git>0 : devel/git
- neovim>0 : editors/neovim
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for paq-nvim-2.0.0:
DOCS=on: Plugin and project documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_paq-nvim
- pkg-message:
- For install:
- To get started with a minimal configuration,
add the following Lua to your configuration:
require "paq" {}
Or, start with declaring packages:
require "paq" {
"user_alice/ucl_all_things.nvim",
"user_bob/nvtree_all_things.nvim",
}
Plugin commands:
:PaqClean - Remove all packages that are not listed in your configuration.
:PaqInstall - Install all packages listed in your configuration.
:PaqList - List managed packages.
:PaqSync - Execute commands PaqInstall, PaqUpdate, and PaqClean.
:PaqUpdate - Update all packages already on your system.
Upon first usage, you will have to run PaqUpdate to populate your runtime, and
again when the Port is updated. See :help paq for more information.
- Master Sites:
|