aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 88e4b6f937bd1dccc94b6fc77d19118c49898334 (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
# vim-haredoc

Vim plugin for the haredoc command -- [Hare documentation][h] in vim.

![Usage of the K command](scrot.jpg)


## 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]).

  [h]: https://docs.harelang.org/
  [v]: https://github.com/junegunn/vim-plug
  [a]: https://lists.sr.ht/~torresjrjr/public-inbox