lucc / nvimpager

Use nvim as a pager to view manpages, diffs, etc with nvim's syntax highlighting
Other
372 stars 20 forks source link

Simplify makefile. Use sed instead of cat. #46

Closed eNV25 closed 3 years ago

eNV25 commented 3 years ago

sed is used to add version information to the man page. The also prevents duplication of the first line in the current implementation.