Files
ale/doc/ale-typst.html
w0rp 400857d758 Implement Lua ALE setup & overhaul documentation
1. Add ale.setup and ale.setup.buffer for pure Lua configuration.
2. Update many global settings to use Booleans instead of numbers to
   make types easiert to work with in Lua.
3. Radically reformat documentation and fix errors to make
   documentation more usable for Neovim users.
2025-03-27 12:40:11 +00:00

30 lines
1.2 KiB
HTML

===============================================================================
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: