diff options
Diffstat (limited to 'fnl/plugins')
-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] |