mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(nvim): turn of markdownlint rule
This commit is contained in:
@@ -11,7 +11,6 @@ local servers = {
|
||||
"diagnosticls",
|
||||
"emmet_ls",
|
||||
"graphql",
|
||||
"jsonls",
|
||||
"pyright",
|
||||
"quick_lint_js",
|
||||
"sumneko_lua",
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user