feat: add injected formatter to markdown
This commit is contained in:
parent
fdca834d56
commit
369e37a8d3
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ in
|
||||||
tex = [ "latexindent" ];
|
tex = [ "latexindent" ];
|
||||||
toml = [ "taplo" ];
|
toml = [ "taplo" ];
|
||||||
yaml = [ "yamlfix" ];
|
yaml = [ "yamlfix" ];
|
||||||
|
markdown = [ "injected" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
opts.formatexpr = "v:lua.require'conform'.formatexpr()";
|
opts.formatexpr = "v:lua.require'conform'.formatexpr()";
|
||||||
|
|
Loading…
Reference in a new issue