mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(markdown): configure conform for markdown files
This commit is contained in:
parent
879e29504d
commit
fdedd7e5b4
1 changed files with 9 additions and 0 deletions
|
|
@ -1,4 +1,13 @@
|
||||||
return {
|
return {
|
||||||
|
{
|
||||||
|
"stevearc/conform.nvim",
|
||||||
|
optional = true,
|
||||||
|
opts = {
|
||||||
|
formatters_by_ft = {
|
||||||
|
markdown = { { "prettierd", "prettier" }, "markdownlint", "markdown-toc" },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
opts = function(_, opts)
|
opts = function(_, opts)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue