blob: 013f3f0c0fe84368fcbdcfa7d1193d64728c4aa4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
===============================================================================
ALE Typst Integration *ale-typst-options*
===============================================================================
typstyle *ale-typst-typstyle*
*ale-options.typst_typstyle_executable*
*g:ale_typst_typstyle_executable*
*b:ale_typst_typstyle_executable*
typst_typstyle_executable
g:ale_typst_typstyle_executable
Type: |String|
Default: `'typstyle'`
See |ale-integrations-local-executables|
*ale-options.typst_typstyle_options*
*g:ale_typst_typstyle_options*
*b:ale_typst_typstyle_options*
typst_typstyle_options
g:ale_typst_typstyle_options
Type: |String|
Default: `''`
This variable can be changed to modify flags given to typstyle.
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
|