aboutsummaryrefslogtreecommitdiff
path: root/doc/haredoc.txt
diff options
context:
space:
mode:
authorByron Torres <b@torresjrjr.com>2022-05-11 14:12:22 +0100
committerByron Torres <b@torresjrjr.com>2022-05-11 15:04:29 +0100
commit1809c8d5c66b850c6752f933394698d98766a69e (patch)
tree71f26352fb5ebef10a4691a6ebe2b277861e2301 /doc/haredoc.txt
parentREADME.md: add scrot, install, and resources (diff)
downloadvim-haredoc-1809c8d5c66b850c6752f933394698d98766a69e.tar.gz
add doc/haredoc.txt help file and tags
Diffstat (limited to '')
-rw-r--r--doc/haredoc.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/haredoc.txt b/doc/haredoc.txt
new file mode 100644
index 0000000..a11b2a2
--- /dev/null
+++ b/doc/haredoc.txt
@@ -0,0 +1,31 @@
+*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.
+
+
+ vim:tw=78:ts=8:noet:ft=help:norl: