summarylogtreecommitdiffstats
path: root/nvimdoc
diff options
context:
space:
mode:
Diffstat (limited to 'nvimdoc')
-rw-r--r--nvimdoc5
1 files changed, 5 insertions, 0 deletions
diff --git a/nvimdoc b/nvimdoc
new file mode 100644
index 000000000000..821826f24b30
--- /dev/null
+++ b/nvimdoc
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+for f in /usr/share/nvim/site/pack/dist/start/*/doc/; do
+ /usr/bin/nvim -es "+helptags $f" +q
+done