diff options
Diffstat (limited to 'doc/ale-tex.txt')
-rw-r--r-- | doc/ale-tex.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/ale-tex.txt b/doc/ale-tex.txt index b1b09117..ceb9fa81 100644 --- a/doc/ale-tex.txt +++ b/doc/ale-tex.txt @@ -54,4 +54,24 @@ g:ale_tex_latexindent_options *g:ale_tex_latexindent_options* =============================================================================== +texlab *ale-tex-texlab* + +g:ale_tex_texlab_executable *g:ale_tex_texlab_executable* + *b:ale_tex_texlab_executable* + Type: |String| + Default: `'texlab'` + + This variable can be changed to change the path to texlab. + + +g:ale_tex_texlab_options *g:ale_tex_texlab_options* + *b:ale_tex_texlab_options* + Type: |String| + Default: `''` + + This variable can be changed to modify flags given to texlab. + + + +=============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |