diff options
author | Riley Martine <riley.martine@protonmail.com> | 2019-04-13 20:21:59 +0800 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2019-04-13 13:21:59 +0100 |
commit | 495bce32e957dcf45d6d6acf183599e18c92b09d (patch) | |
tree | f82cc04c19d10351b5021ef83e0951f58e2c9eeb /doc | |
parent | f0f0cc3c186c46f437d62e6b3e01a45d2a3aaf47 (diff) | |
download | ale-495bce32e957dcf45d6d6acf183599e18c92b09d.zip |
Add support for latexindent (#2387)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-tex.txt | 21 | ||||
-rw-r--r-- | doc/ale.txt | 1 |
2 files changed, 22 insertions, 0 deletions
diff --git a/doc/ale-tex.txt b/doc/ale-tex.txt index 24aa3112..b1b09117 100644 --- a/doc/ale-tex.txt +++ b/doc/ale-tex.txt @@ -32,5 +32,26 @@ g:ale_lacheck_executable *g:ale_lacheck_executable* This variable can be changed to change the path to lacheck. + +=============================================================================== +latexindent *ale-tex-latexindent* + +g:ale_tex_latexindent_executable *g:ale_tex_latexindent_executable* + *b:ale_tex_latexindent_executable* + Type: |String| + Default: `'latexindent'` + + This variable can be changed to change the path to latexindent. + + +g:ale_tex_latexindent_options *g:ale_tex_latexindent_options* + *b:ale_tex_latexindent_options* + Type: |String| + Default: `''` + + This variable can be changed to modify flags given to latexindent. + + + =============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: diff --git a/doc/ale.txt b/doc/ale.txt index 96c3a102..9971d355 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -2169,6 +2169,7 @@ documented in additional help files. tex.....................................|ale-tex-options| chktex................................|ale-tex-chktex| lacheck...............................|ale-tex-lacheck| + latexindent...........................|ale-tex-latexindent| texinfo.................................|ale-texinfo-options| write-good............................|ale-texinfo-write-good| text....................................|ale-text-options| |