page

Use Neovim as a pager for viewing file contents and command output

brewmacoslinux
Try with needOr install directly
Source

About

Use Neovim as pager

Commands

page

Examples

View a file using Neovim as pager$ page /path/to/file.txt
Pipe command output through Neovim pager$ cat large_file.log | page
View man pages with Neovim$ man ls | page