summaryrefslogtreecommitdiffstats
path: root/doc/dhall.txt
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-10-19 02:55:37 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-10-19 02:55:37 +0200
commit5e2607d93f98e0394d1d68b1d6592b2d0a11f52f (patch)
tree6002f0061b13d1876685aea1469e850cf4aa4ba1 /doc/dhall.txt
parent3d80a66e7be229a014989b798fc4fad8e579946d (diff)
downloadvim-polyglot-5e2607d93f98e0394d1d68b1d6592b2d0a11f52f.tar.gz
vim-polyglot-5e2607d93f98e0394d1d68b1d6592b2d0a11f52f.zip
Remove docs so docs of installed plugins are up to date
Diffstat (limited to 'doc/dhall.txt')
-rw-r--r--doc/dhall.txt43
1 files changed, 0 insertions, 43 deletions
diff --git a/doc/dhall.txt b/doc/dhall.txt
deleted file mode 100644
index 8c5f37a5..00000000
--- a/doc/dhall.txt
+++ /dev/null
@@ -1,43 +0,0 @@
-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