Package Details: nvimpager-git 0.13.0.r6.g99c273c-1

Git Clone URL: https://aur.archlinux.org/nvimpager-git.git (read-only, click to copy)
Package Base: nvimpager-git
Description: Use nvim as a pager to view manpages, diffs, etc with nvim's syntax highlighting
Upstream URL: https://github.com/lucc/nvimpager
Keywords: neovim nvim nvimpager pager
Licenses: BSD
Conflicts: nvimpager
Provides: nvimpager
Submitter: gargoil
Maintainer: gargoil
Last Packager: gargoil
Votes: 9
Popularity: 0.115898
First Submitted: 2018-06-14 14:04 (UTC)
Last Updated: 2026-01-19 20:17 (UTC)

Latest Comments

« First ‹ Previous 1 2

gargoil commented on 2021-05-13 08:16 (UTC)

@cobaltspace Thank you for the hint, I didn't notice that the scdoc pull request was merged. I've updated the dependencies, so the package builds fine now.

cobaltspace commented on 2021-05-13 00:35 (UTC)

I think scdoc is now a make dependency

gargoil commented on 2021-03-12 13:20 (UTC)

@archerie Setting pandoc-bin as the default dependency would lead to issues, if you already had the official pandoc package installed on your system. I therefore don't think that this is an option. Providing a separate -bin package would definitely be possible. However, you can also install pandoc-bin manually, if you don't want to deal with all of pandocs dependencies.

On the subject of this becoming an official package, I don't think that there is anywhere near enough interest to justify that.

cjbassi commented on 2018-11-18 06:13 (UTC) (edited on 2018-11-18 06:37 (UTC) by cjbassi)

@gargoil Thanks for pointing that out, I should've seen that. Just a bummer that I have to install all of Haskell just to build a man page XD

edit: Just learned of pandoc-bin in the AUR which doesn't require installing Haskell.

gargoil commented on 2018-11-16 21:06 (UTC)

@cjbassi Unfortunately pandoc is required to build the man pages. Using the makefile, there is currently no way of building the package without pandoc.

cjbassi commented on 2018-11-16 20:46 (UTC)

I may be missing something, but it doesn't seem like pandoc is being used in the make process of this package so it should be removed. Thanks!