chore(nvim): turn of markdownlint rule

This commit is contained in:
Stefan Imhoff
2022-07-12 16:40:47 +02:00
parent 859334f8d0
commit 029f58df1a
2 changed files with 1 additions and 2 deletions

View File

@@ -11,7 +11,6 @@ local servers = {
"diagnosticls",
"emmet_ls",
"graphql",
"jsonls",
"pyright",
"quick_lint_js",
"sumneko_lua",

View File

@@ -27,7 +27,7 @@ null_ls.setup({
diagnostics.flake8, -- Python
diagnostics.gitlint,
diagnostics.jsonlint,
diagnostics.markdownlint,
diagnostics.markdownlint.with({ extra_args = { "--rules ~MD033" } }),
diagnostics.stylelint,
diagnostics.tsc,
-- diagnostics.write_good,