macOS
brew install nvimpagerlocal Homebrew formula metadata
sudo port install nvimpagerMacPorts ports tree · sysutils/nvimpager/Portfile · source: api.github.com
brew
Use NeoVim as a pager to view manpages, diffs, etc. Version 0.14.0 via Homebrew; verified 2026-05-18.
install
brew install nvimpagerlocal Homebrew formula metadata
sudo port install nvimpagerMacPorts ports tree · sysutils/nvimpager/Portfile · source: api.github.com
sudo apk add nvimpagerAlpine Linux edge package indexes · nvimpager · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#nvimpagernixpkgs package indexes · pkgs/by-name/nv/nvimpager/package.nix · source: api.github.com
sudo zypper install nvimpageropenSUSE Tumbleweed package metadata · nvimpager · source: download.opensuse.org
overview
Use NeoVim as a pager to view manpages, diffs, etc.
history
nvimpager is a small pager wrapper that launches Neovim in a pager-like mode for man pages, files, pipes, and diffs. It is not trying to replace `less` for every workload; it exists for users who want Neovim syntax highlighting, mouse behavior, and familiar keybindings while reading output.
The nvimpager repository was created on 2017-10-23. Its README describes the project as a rewrite of vimpager with fewer but stricter dependencies and with Neovim as the target editor.
The project stayed deliberately small: a wrapper script, a man page, a separate configuration path under `~/.config/nvimpager`, and enough logic to choose pager mode or cat mode depending on input.
nvimpager's adoption follows the shell-customization path: people find it through Neovim, then set `PAGER=nvimpager` or use it for `man`, `git diff`, and piped command output. Homebrew packages version 0.14.0 and declares Neovim as a runtime dependency.
The package is also present in several Unix packaging ecosystems, including Homebrew, MacPorts, Nix, Alpine, and openSUSE, which is the right scale for a focused terminal utility.
The README shows the practical workflow: run `nvimpager file`, pipe text into it, or export `PAGER=nvimpager` and then use `man bash` or `git diff`. Cat mode prints highlighted output directly when opening the full Neovim interface would be overkill.
Users configure nvimpager separately from their normal Neovim setup with `~/.config/nvimpager/init.vim` or `~/.config/nvimpager/init.lua`, which keeps pager behavior from being accidentally slowed or broken by a full editing config.
nvimpager matters because it turns an editor into a Unix pipeline component without pretending every terminal read needs a new pager implementation. It is a thin adapter around a powerful installed tool.
Its limitations are part of the package story: the README notes that large files and lazy pipe reading remain areas where `less` is faster or more memory efficient.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.config/nvimpager/init.vim~/.config/nvimpager/init.luaexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
nvimpager | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/lucc/nvimpager
install metadata
| Package key | brew:nvimpager |
|---|---|
| Version | 0.14.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/nvimpager |
| Homepage | https://github.com/lucc/nvimpager |
| Repository | https://github.com/lucc/nvimpager |
| Upstream docs | https://github.com/lucc/nvimpager#readme |
| License | BSD-2-Clause |
| Source archive | https://github.com/lucc/nvimpager/archive/refs/tags/v0.14.0.tar.gz |
| Last updated | 2026-05-18T12:31:01-04:00 |
| Pulse | updated |
| Dependencies | neovim |
| Build dependencies | scdoc |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
| Caveats | To use nvimpager as your default pager, add `export PAGER=nvimpager` to your shell configuration. |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | nvimpager |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
nvimpager
nix profile install nixpkgs#nvimpagernvimpager 0.12.0-r0
Use nvim as a pager to view manpages, diffs, etc with nvim's syntax highlighting
https://github.com/lucc/nvimpager
sudo apk add nvimpagernvimpager-doc 0.12.0-r0
Use nvim as a pager to view manpages, diffs, etc with nvim's syntax highlighting (documentation)
https://github.com/lucc/nvimpager
sudo apk add nvimpager-docnvimpager-zsh-completion 0.12.0-r0
Zsh completions for nvimpager
https://github.com/lucc/nvimpager
sudo apk add nvimpager-zsh-completionnvimpager 0.14.0-1.1
Use nvim as a pager
https://github.com/lucc/nvimpager
sudo zypper install nvimpagernvimpager-zsh-completion 0.14.0-1.1
Zsh completion for nvimpager
https://github.com/lucc/nvimpager
sudo zypper install nvimpager-zsh-completionnvimpager
sudo port install nvimpagersource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.