Use Neovim as a pager for viewing file contents and command output
Use Neovim as pager
page
$ page /path/to/file.txt
$ cat large_file.log | page
$ man ls | page