fix(nvim): ignore line lengths in markdown files
This commit is contained in:
parent
6f7a6df4f7
commit
e37e283d95
|
@ -28,7 +28,9 @@ null_ls.setup {
|
|||
return utils.root_has_file { ".eslintrc.js" }
|
||||
end,
|
||||
},
|
||||
diagnostics.markdownlint,
|
||||
diagnostics.markdownlint.with {
|
||||
extra_args = { "--disable", "MD013" }
|
||||
},
|
||||
diagnostics.php,
|
||||
diagnostics.phpcs.with {
|
||||
command = "./vendor/bin/phpcs",
|
||||
|
|
Loading…
Reference in a new issue