All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
1 ===============================================================================
2 ALE TeX Integration *ale-tex-options*
5 ===============================================================================
6 chktex *ale-tex-chktex*
8 *ale-options.tex_chktex_executable*
9 *g:ale_tex_chktex_executable*
10 *b:ale_tex_chktex_executable*
12 g:ale_tex_chktex_executable
16 This variable can be changed to change the path to chktex.
18 *ale-options.tex_chktex_options*
19 *g:ale_tex_chktex_options*
20 *b:ale_tex_chktex_options*
22 g:ale_tex_chktex_options
26 This variable can be changed to modify flags given to chktex.
29 ===============================================================================
30 cspell *ale-tex-cspell*
32 See |ale-cspell-options|
35 ===============================================================================
36 lacheck *ale-tex-lacheck*
38 *ale-options.lacheck_executable*
39 *g:ale_lacheck_executable*
40 *b:ale_lacheck_executable*
42 g:ale_lacheck_executable
46 This variable can be changed to change the path to lacheck.
49 ===============================================================================
50 latexindent *ale-tex-latexindent*
52 *ale-options.tex_latexindent_executable*
53 *g:ale_tex_latexindent_executable*
54 *b:ale_tex_latexindent_executable*
55 tex_latexindent_executable
56 g:ale_tex_latexindent_executable
58 Default: `'latexindent'`
60 This variable can be changed to change the path to latexindent.
62 *ale-options.tex_latexindent_options*
63 *g:ale_tex_latexindent_options*
64 *b:ale_tex_latexindent_options*
65 tex_latexindent_options
66 g:ale_tex_latexindent_options
70 This variable can be changed to modify flags given to latexindent.
73 ===============================================================================
74 texlab *ale-tex-texlab*
76 *ale-options.tex_texlab_executable*
77 *g:ale_tex_texlab_executable*
78 *b:ale_tex_texlab_executable*
80 g:ale_tex_texlab_executable
84 This variable can be changed to change the path to texlab.
86 *ale-options.tex_texlab_options*
87 *g:ale_tex_texlab_options*
88 *b:ale_tex_texlab_options*
90 g:ale_tex_texlab_options
94 This variable can be changed to modify flags given to texlab command.
96 *ale-options.tex_texlab_config*
97 *g:ale_tex_texlab_config*
98 *b:ale_tex_texlab_config*
100 g:ale_tex_texlab_config
104 Dictionary containing LSP configuration settings used to initialize texlab
105 language server. Refer to texlab documentation for possible settings:
107 https://github.com/latex-lsp/texlab/blob/master/docs/options.md
109 For example to set build onSave initialization setting: >
111 let g:ale_tex_texlab_config = {"build":{"onSave":v:true}}
114 ===============================================================================
115 vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: