aboutsummaryrefslogtreecommitdiff
path: root/doc/haredoc.txt
blob: dff39d8088afed562d44ab124381e1eef8c61a8d (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
*haredoc.txt* *haredoc*                                           haredoc in vim

This plugin integrates the haredoc command of the Hare programming language,
which looks up and displays documentation for the Hare standard library and
your own Hare modules. See haredoc(1).

        https://docs.harelang.org/

This plugin appropriately uses |popup-window| and |terminal-window| to display
documentation. If either |+popupwin| or |+terminal| is not available, this
plugin falls back to a normal window.


MAPPINGS

                                                        *K* *haredoc-K*
K                       Show documentation in a |popup-window| for the
                        symbol under the cursor


COMMANDS

                                                        *:Haredoc*

:Haredoc {symbol}       Show documentation in a |terminal-window| for the
                        symbol under the cursor.

:Haredoc .              Same as the |K| command.


LICENSE

Vim License


 vim:tw=78:ts=8:noet:ft=help:norl: