diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-04 22:38:20 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-04 22:38:20 +0100 |
commit | 6b96a7f36292913fbd7b692ab7646ba071aeeeb5 (patch) | |
tree | 94559ef9926c120e0dc7bd38d30db90e7951e587 /fnl/plugins/editor/conform.fnl | |
parent | e01c4f33ba5c03d736365c5841bd6abb6c5bb84f (diff) |
Update formatter for markdown
Diffstat (limited to 'fnl/plugins/editor/conform.fnl')
-rw-r--r-- | fnl/plugins/editor/conform.fnl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fnl/plugins/editor/conform.fnl b/fnl/plugins/editor/conform.fnl index fa344dc..ed5322f 100644 --- a/fnl/plugins/editor/conform.fnl +++ b/fnl/plugins/editor/conform.fnl @@ -20,9 +20,8 @@ :html [:djlint] :json [:jq] :lua [:stylua] - :markdown [:cbfmt] + :markdown [:prettierd] :ocaml [:ocamlformat] - :org [:cbfmt] :python [:ruff_format] :rust [:rustfmt] :sh [:shfmt :shellharden] |