diff --git a/common/home/neovim/default.nix b/common/home/neovim/default.nix index 5ba0fcf2..7b89638e 100644 --- a/common/home/neovim/default.nix +++ b/common/home/neovim/default.nix @@ -133,6 +133,12 @@ in { # Bash bashIde.shellcheckPath = "${pkgs.shellcheck}/bin/shellcheck"; + + markdownlint.config = { + no-trailing-spaces = true; + no-multiple-blanks = false; + no-duplicate-heading = false; + }; }; };