X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/0ee596c5c5e11fc79598407eaf22f83d279f7e9e..5a4872f466ebd76ddd532bdf2798554421c53df4:/.vim/bundle/ale/doc/ale-typst.html diff --git a/.vim/bundle/ale/doc/ale-typst.html b/.vim/bundle/ale/doc/ale-typst.html new file mode 100644 index 00000000..013f3f0c --- /dev/null +++ b/.vim/bundle/ale/doc/ale-typst.html @@ -0,0 +1,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: