diff options
| author | Byron Torres <b@torresjrjr.com> | 2022-05-11 13:26:08 +0100 |
|---|---|---|
| committer | Byron Torres <b@torresjrjr.com> | 2022-05-11 13:26:08 +0100 |
| commit | 0cd736c4f45b8c8312836e8383ffa3f83964301f (patch) | |
| tree | 6801203e94d9894af097eb907865f99dbf3c5aff /README.md | |
| parent | README.md: update links, and mailing list (diff) | |
| download | vim-haredoc-0cd736c4f45b8c8312836e8383ffa3f83964301f.tar.gz | |
README.md: add scrot, install, and resources
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 30 |
1 files changed, 26 insertions, 4 deletions
@@ -1,8 +1,30 @@ # vim-haredoc -Vim plugin for the haredoc command -- [Hare documentation][a] in vim. +Vim plugin for the haredoc command -- [Hare documentation][h] in vim. -Send patches to <~torresjrjr/public-inbox@lists.sr.ht> ([archive][b]). + - [a]: https://docs.harelang.org/ - [b]: https://lists.sr.ht/~torresjrjr/public-inbox + +## Install + +Method 1: Use your preferred Vim plugin manager. E.g. [vim-plug][v]: + + :Plug 'https://git.sr.ht/~torresjrjr/vim-haredoc' + +Method 2: Install directly using 'packages' in Vim 8: + + :help packages + +In your shell: + + $ git clone https://git.sr.ht/~torresjrjr/vim-haredoc \ + ~/.vim/pack/plugins/start/vim-haredoc + + +## Resources + +Send patches to <~torresjrjr/public-inbox@lists.sr.ht> ([archive][a]). + + [h]: https://docs.harelang.org/ + [v]: https://github.com/junegunn/vim-plug + [a]: https://lists.sr.ht/~torresjrjr/public-inbox |
