feat(nvim): add markdownlint config

This commit is contained in:
matt1432 2023-12-07 16:10:54 -05:00
parent 441c06f83d
commit 2562e90ac3

View file

@ -133,6 +133,12 @@ in {
# Bash # Bash
bashIde.shellcheckPath = "${pkgs.shellcheck}/bin/shellcheck"; bashIde.shellcheckPath = "${pkgs.shellcheck}/bin/shellcheck";
markdownlint.config = {
no-trailing-spaces = true;
no-multiple-blanks = false;
no-duplicate-heading = false;
};
}; };
}; };