diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-12-06 20:26:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-06 20:26:04 +0000 |
commit | 3db564f7742360a870679ef6c63361371646fed8 (patch) | |
tree | c711e395e69d6a8ca870b2632f5c5861276ef9fb /doc/ale-bib.txt | |
parent | fdd37acc1f381230fc2ed87303e98c7a4daafaad (diff) | |
parent | 9e97a6914e1f7f5ab4ac80c33150c42f733d3a1b (diff) | |
download | ale-3db564f7742360a870679ef6c63361371646fed8.zip |
Merge pull request #2061 from hsanson/1910-add-support-for-bibclean-fixer
Add bibclean fixer support
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: |