diff options
author | Horacio Sanson <horacio@allm.net> | 2018-11-07 17:33:14 +0900 |
---|---|---|
committer | Horacio Sanson <horacio@allm.net> | 2018-12-01 15:05:18 +0900 |
commit | 9e97a6914e1f7f5ab4ac80c33150c42f733d3a1b (patch) | |
tree | caf7a8965dfcc5d6fd4483959e170d64863aaaab /doc/ale-bib.txt | |
parent | 1d4f98553852499e0f8ebd951db6ada2b1d973e3 (diff) | |
download | ale-9e97a6914e1f7f5ab4ac80c33150c42f733d3a1b.zip |
Add bibclen fixer support
Closes #1910
Diffstat (limited to 'doc/ale-bib.txt')
-rw-r--r-- | doc/ale-bib.txt | 19 |
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: |