latex-lsp / texlab

An implementation of the Language Server Protocol for LaTeX
GNU General Public License v3.0
1.55k stars 53 forks source link

Formatter is missing using texlab with tectonic #412

Closed megrxu closed 3 years ago

megrxu commented 3 years ago

I'm using texlab-vscode with tectonic, not the full tex distro texlive. In this case, texlab can not format the tex files. However, bib files can be formatted normally.

Is it required to have latexindent.pl installed to enable the code format feature? If not, how can I configure it right?

megrxu commented 3 years ago

Sorry, I found that in the current version of texlab, the formatter for tex files is indeed latexindent. https://github.com/latex-lsp/texlab/blob/master/CHANGELOG.md#added-3

I am closing the issue.