Skip to content

Commit

Permalink
use prettier for md files
Browse files Browse the repository at this point in the history
  • Loading branch information
buntec committed Apr 28, 2024
1 parent 81ab275 commit 50b0095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/neovim/plugins/conform-nvim.lua
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
require("conform").setup({
formatters_by_ft = {
--markdown = { "mdformat" }, -- mdformat doesn't play nice with e.g., pandoc markdown
css = { { "prettierd", "prettier" }, "stylelint" },
cpp = { "clang_format" },
css = { { "prettierd", "prettier" }, "stylelint" },
html = { { "prettierd", "prettier" } },
javascript = { { "prettierd", "prettier" } },
json = { "jq" },
lua = { "stylua" },
markdown = { { "prettierd", "prettier" } },
python = { "ruff_format", "ruff_fix" },
typescript = { { "prettierd", "prettier" } },
yaml = { "yamlfmt" },
Expand Down

0 comments on commit 50b0095

Please sign in to comment.