feat(markdown): configure conform for markdown files

This commit is contained in:
Peter Benjamin 2024-01-04 16:33:49 -08:00
parent 879e29504d
commit fdedd7e5b4
No known key found for this signature in database

View file

@ -1,4 +1,13 @@
return {
{
"stevearc/conform.nvim",
optional = true,
opts = {
formatters_by_ft = {
markdown = { { "prettierd", "prettier" }, "markdownlint", "markdown-toc" },
},
},
},
{
"nvim-treesitter/nvim-treesitter",
opts = function(_, opts)