blob: 1b0a4aa915d200654e7ced0905a6f3cd041eac3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
# vim-haredoc
Vim plugin for the haredoc command -- [Hare documentation][h] in vim.

## 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
## Usage
:help haredoc
## Resources
Send patches to <~torresjrjr/public-inbox@lists.sr.ht> ([archive][a]).
Mirrors:
- <https://git.sr.ht/~torresjrjr/vim-haredoc>
- <https://git.torresjrjr.com/vim-haredoc/>
License: Vim License
[h]: https://docs.harelang.org/
[v]: https://github.com/junegunn/vim-plug
[a]: https://lists.sr.ht/~torresjrjr/public-inbox
|