vim-haredoc

[vim] haredoc plugin
git clone https://git.torresjrjr.com/vim-haredoc.git
Log | Files | Refs | README | LICENSE

commit 0cd736c4f45b8c8312836e8383ffa3f83964301f
parent bb3b30144141db7669ceb8194453c166f5a4cfec
Author: Byron Torres <b@torresjrjr.com>
Date:   Wed, 11 May 2022 13:26:08 +0100

README.md: add scrot, install, and resources

Diffstat:
MREADME.md | 30++++++++++++++++++++++++++----
Ascrot.jpg | 0
2 files changed, 26 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -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]). +![Usage of the K command](scrot.jpg) - [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 diff --git a/scrot.jpg b/scrot.jpg Binary files differ.