https://github.com/PreciousChicken/vim-groff-viewer
A vim plugin for displaying Groff files in a document viewer.
https://github.com/PreciousChicken/vim-groff-viewer
groff plugin vim
Last synced: 7 months ago
JSON representation
A vim plugin for displaying Groff files in a document viewer.
- Host: GitHub
- URL: https://github.com/PreciousChicken/vim-groff-viewer
- Owner: PreciousChicken
- License: apache-2.0
- Created: 2022-04-16T19:22:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-01T09:04:50.000Z (over 1 year ago)
- Last Synced: 2024-06-01T21:20:03.125Z (over 1 year ago)
- Topics: groff, plugin, vim
- Language: Vim Script
- Homepage: https://preciouschicken.com/software/vim-groff-viewer/
- Size: 50.8 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-github-repos - PreciousChicken/vim-groff-viewer - A vim plugin for displaying Groff files in a document viewer. (Vim Script)
README
# vim-groff-viewer
## Introduction
A Vim plugin for displaying [Groff](https://www.gnu.org/software/groff/) files in a document viewer as determined by the system default or chosen by the user. The document viewer used should auto-reload[^1] and preferably support the postscript file format - examples are [Zathura](https://pwmt.org/projects/zathura/), [Evince](https://help.gnome.org/users/evince/stable/), [Okular](https://okular.kde.org/) or [Xreader](https://github.com/linuxmint/xreader/).
[^1]: A document viewer that auto-reloads is one that refreshes the view when the underlying document changes.
## Installation, Documentation, etc
All documentation can be found at [preciouschicken.com/software/vim-groff-viewer](https://preciouschicken.com/software/vim-groff-viewer/).
## Contributing
Contributions welcome. Please raise issues, pull requests, via the [issues section of the GitHub repo](https://github.com/PreciousChicken/vim-groff-viewer/issues); excuse in advance a slow response. When raising an issue you are very much invited to suggest solutions! There is a [default template for raising issues](https://www.preciouschicken.com/blog/posts/github-plain-text-issue-template/) should it be helpful.
## Change log
As per [GitHub release history](https://github.com/PreciousChicken/vim-groff-viewer/releases).