diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-06 00:41:43 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-06 00:41:43 +0100 |
commit | ded54108d826706a6f857f1d5e95f3463178606e (patch) | |
tree | a27018f13f5d8e05c7c3a6618d5eb57a3a18b3ce /fnl/plugins | |
parent | f475bbb8111f0d5af7eb079d67de44c4f6372e45 (diff) |
Update formatter for markdown
Diffstat (limited to 'fnl/plugins')
-rw-r--r-- | fnl/plugins/editor/conform.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/editor/conform.fnl b/fnl/plugins/editor/conform.fnl index 973d1c4..511f695 100644 --- a/fnl/plugins/editor/conform.fnl +++ b/fnl/plugins/editor/conform.fnl @@ -15,7 +15,7 @@ :css [:stylelint] :fennel [:fnlfmt] :haskell [:fourmolu] - :html [:djlint] + :html [:prettierd] :json [:jq] :lua [:stylua] :markdown [:prettierd] |