diff --git a/config/neovim/lua/opdavies/lsp/null-ls.lua b/config/neovim/lua/opdavies/lsp/null-ls.lua
index 26fcd3c2..26d3bfae 100644
--- a/config/neovim/lua/opdavies/lsp/null-ls.lua
+++ b/config/neovim/lua/opdavies/lsp/null-ls.lua
@@ -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",