summaryrefslogtreecommitdiff
path: root/doc/ale-bib.txt
diff options
context:
space:
mode:
authorHoracio Sanson <horacio@allm.net>2018-11-07 17:33:14 +0900
committerHoracio Sanson <horacio@allm.net>2018-12-01 15:05:18 +0900
commit9e97a6914e1f7f5ab4ac80c33150c42f733d3a1b (patch)
treecaf7a8965dfcc5d6fd4483959e170d64863aaaab /doc/ale-bib.txt
parent1d4f98553852499e0f8ebd951db6ada2b1d973e3 (diff)
downloadale-9e97a6914e1f7f5ab4ac80c33150c42f733d3a1b.zip
Add bibclen fixer support
Closes #1910
Diffstat (limited to 'doc/ale-bib.txt')
-rw-r--r--doc/ale-bib.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/ale-bib.txt b/doc/ale-bib.txt
new file mode 100644
index 00000000..35998c30
--- /dev/null
+++ b/doc/ale-bib.txt
@@ -0,0 +1,19 @@
+===============================================================================
+ALE BibTeX Integration *ale-bib-options*
+
+
+===============================================================================
+bibclean *ale-bib-bibclean*
+
+g:ale_bib_bibclean_executable *g:ale_bib_bibclean_executable*
+
+ Type: |String|
+ Default: `'bibclean'`
+
+g:ale_bib_bibclean_options *g:ale_bib_bibclean_options*
+
+ Type: |String|
+ Default: `'-align-equals'`
+
+===============================================================================
+vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: