feat(nvim): add markdownlint config
This commit is contained in:
parent
441c06f83d
commit
2562e90ac3
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue