summaryrefslogtreecommitdiffstats
path: root/doc/dhall.txt
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-08-24 12:37:31 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-08-24 12:37:31 +0200
commit8f5134aef8c4162235892d87407275f447e54e40 (patch)
tree1a69b34bcbe28d2a2cf62805c11ac7b48420da9d /doc/dhall.txt
parentbe8d039e02e4e4219639935aafa1194932e980e7 (diff)
downloadvim-polyglot-8f5134aef8c4162235892d87407275f447e54e40.tar.gz
vim-polyglot-8f5134aef8c4162235892d87407275f447e54e40.zip
Include docs of plugins
Diffstat (limited to 'doc/dhall.txt')
-rw-r--r--doc/dhall.txt43
1 files changed, 43 insertions, 0 deletions
diff --git a/doc/dhall.txt b/doc/dhall.txt
new file mode 100644
index 00000000..8c5f37a5
--- /dev/null
+++ b/doc/dhall.txt
@@ -0,0 +1,43 @@
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'dhall') == -1
+
+*dhall* Dhall syntax highlighting for Vim
+ ____
+=====================================================================
+CONTENTS *DhallContents*
+
+ 1. Config ......................................... ❘DhallConfig❘
+ 2. License ....................................... ❘DhallLicense❘
+
+======================================================================
+Section 1: Config *DhallConfig*
+
+----------------------------------------------------------------------
+ *'g:dhall_use_ctags'*
+Values: 0, 1
+Default: ''
+
+Generate tags file for vim on write, using universal ctags. >
+ let g:dhall_use_ctags=1
+<
+
+ *'g:dhall_format'*
+Values: 0, 1
+Default: ''
+
+Format Dhall files on write >
+ let g:dhall_format=1
+<
+ *'g:dhall_strip_whitespace'*
+Values: 0, 1
+Default: ''
+
+To enable whitespace stripping >
+ let g:dhall_strip_whitespace=1
+<
+
+======================================================================
+Section 2: License *DhallLicense*
+
+This plugin is licensed under the BDS3 license.
+
+endif