Add proper LaTeX support (finally)

This commit is contained in:
salomaestro
2025-02-22 01:24:32 +01:00
parent 07cf759d98
commit bb87a70cb2
3 changed files with 46 additions and 7 deletions

View File

@@ -6,6 +6,7 @@ local options = {
-- python = { "isort", "black" },
python = { "isort", "ruff_fix", "ruff_format" },
yaml = { "prettier" },
latex = { "bibtex-tidy", "tex-fmt", lsp_format = "fallback" }
},
-- format_on_save = {