feat: add injected formatter to markdown

This commit is contained in:
Moritz Böhme 2024-12-15 00:51:28 +01:00
parent fdca834d56
commit 369e37a8d3
Signed by: moritz
GPG key ID: 970C6E89EB0547A9

View file

@ -25,6 +25,7 @@ in
tex = [ "latexindent" ];
toml = [ "taplo" ];
yaml = [ "yamlfix" ];
markdown = [ "injected" ];
};
};
opts.formatexpr = "v:lua.require'conform'.formatexpr()";