nvimpager

Use NeoVim as a pager to view manpages, diffs, and other text

brewmacoslinux
Try with needOr install directly
Source

About

Use NeoVim as a pager to view manpages, diffs, etc.

Commands

nvimpager

Examples

View a manpage using nvimpager$ man ls | nvimpager
View a git diff with syntax highlighting$ git diff | nvimpager
Set nvimpager as your default PAGER$ export PAGER=nvimpager