feat(neovim): configure markdownlint
Prevent diagnostic messages for duplicate sibling headings and line length.
This commit is contained in:
parent
e05aadef34
commit
249f05860f
2 changed files with 10 additions and 1 deletions
|
@ -29,7 +29,7 @@ null_ls.setup {
|
|||
end,
|
||||
},
|
||||
diagnostics.markdownlint.with {
|
||||
extra_args = { "--disable", "MD013" },
|
||||
extra_args = { "--config", "~/.markdownlint.yaml" },
|
||||
},
|
||||
diagnostics.php,
|
||||
diagnostics.phpcs.with {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue