mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-16 05:28:33 +08:00
Support for tex-fmt (#5127)
CI / Build (push) Waiting to run
CI / Lint (push) Blocked by required conditions
CI / Lua (push) Blocked by required conditions
CI / Neovim 0.10 Linux (push) Blocked by required conditions
CI / Neovim 0.12 Linux (push) Blocked by required conditions
CI / Vim 8.2 Linux (push) Blocked by required conditions
CI / Vim 9.2 Linux (push) Blocked by required conditions
CI / Neovim 0.10 Windows (push) Waiting to run
CI / Neovim 0.12 Windows (push) Waiting to run
CI / Vim 8.2 Windows (push) Waiting to run
CI / Vim 9.2 Windows (push) Waiting to run
CI / Build (push) Waiting to run
CI / Lint (push) Blocked by required conditions
CI / Lua (push) Blocked by required conditions
CI / Neovim 0.10 Linux (push) Blocked by required conditions
CI / Neovim 0.12 Linux (push) Blocked by required conditions
CI / Vim 8.2 Linux (push) Blocked by required conditions
CI / Vim 9.2 Linux (push) Blocked by required conditions
CI / Neovim 0.10 Windows (push) Waiting to run
CI / Neovim 0.12 Windows (push) Waiting to run
CI / Vim 8.2 Windows (push) Waiting to run
CI / Vim 9.2 Windows (push) Waiting to run
* Support for tex-fmt Support for tex-fmt, https://github.com/WGUNDERWOOD/tex-fmt. * Remove file type plaintex Remove file type plaintex as tex-fmt is solely for LaTeX. See https://superuser.com/questions/208177/vim-and-tex-filetypes-plaintex-vs-tex for a distinction.
This commit is contained in:
committed by
GitHub
parent
641294465e
commit
916c8764ce
@@ -373,6 +373,7 @@ Notes:
|
||||
* `lacheck`
|
||||
* `proselint`
|
||||
* `redpen`
|
||||
* `tex-fmt`
|
||||
* `texlab`
|
||||
* `textlint`
|
||||
* `vale`
|
||||
|
||||
@@ -70,6 +70,30 @@ g:ale_tex_latexindent_options
|
||||
This variable can be changed to modify flags given to latexindent.
|
||||
|
||||
|
||||
===============================================================================
|
||||
tex-fmt *ale-tex-tex-fmt*
|
||||
|
||||
*ale-options.tex_tex_fmt_executable*
|
||||
*g:ale_tex_tex_fmt_executable*
|
||||
*b:ale_tex_tex_fmt_executable*
|
||||
tex_tex_fmt_executable
|
||||
g:ale_tex_tex_fmt_executable
|
||||
Type: |String|
|
||||
Default: `'tex-fmt'`
|
||||
|
||||
See |ale-integrations-local-executables|.
|
||||
|
||||
*ale-options.tex_tex_fmt_options*
|
||||
*g:ale_tex_tex_fmt_options*
|
||||
*b:ale_tex_tex_fmt_options*
|
||||
tex_tex_fmt_options
|
||||
g:ale_tex_tex_fmt_options
|
||||
Type: |String|
|
||||
Default: `''`
|
||||
|
||||
This variable can be changed to modify flags given to tex-fmt.
|
||||
|
||||
|
||||
===============================================================================
|
||||
texlab *ale-tex-texlab*
|
||||
|
||||
|
||||
@@ -4008,6 +4008,7 @@ documented in additional help files.
|
||||
cspell................................|ale-tex-cspell|
|
||||
lacheck...............................|ale-tex-lacheck|
|
||||
latexindent...........................|ale-tex-latexindent|
|
||||
tex-fmt...............................|ale-tex-tex-fmt|
|
||||
texlab................................|ale-tex-texlab|
|
||||
redpen................................|ale-tex-redpen|
|
||||
texinfo.................................|ale-texinfo-options|
|
||||
|
||||
Reference in New Issue
Block a user