plugins/none-ls: add diagnostic source: markdownlint

This commit is contained in:
budimanjojo 2023-12-06 10:34:59 +07:00 committed by Gaétan Lepage
parent 5aea581d32
commit db8a3cfa10
2 changed files with 4 additions and 0 deletions

View file

@ -60,6 +60,9 @@ with lib; let
luacheck = {
package = pkgs.luaPackages.luacheck;
};
markdownlint = {
package = pkgs.nodePackages.markdownlint-cli;
};
mypy = {
package = pkgs.mypy;
};

View file

@ -65,6 +65,7 @@
gitlint.enable = true;
golangci_lint.enable = true;
ktlint.enable = true;
markdownlint.enable = true;
shellcheck.enable = true;
statix.enable = true;
vale.enable = true;