Support for tex-fmt (#5127)
CI / Build (push) Has been cancelled
CI / Neovim 0.10 Windows (push) Has been cancelled
CI / Neovim 0.12 Windows (push) Has been cancelled
CI / Vim 8.2 Windows (push) Has been cancelled
CI / Vim 9.2 Windows (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Lua (push) Has been cancelled
CI / Neovim 0.10 Linux (push) Has been cancelled
CI / Neovim 0.12 Linux (push) Has been cancelled
CI / Vim 8.2 Linux (push) Has been cancelled
CI / Vim 9.2 Linux (push) Has been cancelled

* 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:
Matheus Gabriel Werny
2026-05-15 00:00:05 +02:00
committed by GitHub
parent 641294465e
commit 916c8764ce
7 changed files with 64 additions and 0 deletions
+24
View File
@@ -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*