format latex
This commit is contained in:
parent
04bef0b100
commit
fbde01e2dd
|
@ -11,6 +11,9 @@ local options = {
|
|||
sh = { "shfmt" },
|
||||
toml = { "taplo" },
|
||||
rust = { "rustfmt" },
|
||||
|
||||
tex = { "latexindent" },
|
||||
latex = { "latexindent" },
|
||||
},
|
||||
|
||||
-- adding same formatter for multiple filetypes can look too much work for some
|
||||
|
|
Loading…
Reference in New Issue