mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/none-ls: add diagnostic source: markdownlint
This commit is contained in:
parent
5aea581d32
commit
db8a3cfa10
2 changed files with 4 additions and 0 deletions
|
@ -60,6 +60,9 @@ with lib; let
|
||||||
luacheck = {
|
luacheck = {
|
||||||
package = pkgs.luaPackages.luacheck;
|
package = pkgs.luaPackages.luacheck;
|
||||||
};
|
};
|
||||||
|
markdownlint = {
|
||||||
|
package = pkgs.nodePackages.markdownlint-cli;
|
||||||
|
};
|
||||||
mypy = {
|
mypy = {
|
||||||
package = pkgs.mypy;
|
package = pkgs.mypy;
|
||||||
};
|
};
|
||||||
|
|
|
@ -65,6 +65,7 @@
|
||||||
gitlint.enable = true;
|
gitlint.enable = true;
|
||||||
golangci_lint.enable = true;
|
golangci_lint.enable = true;
|
||||||
ktlint.enable = true;
|
ktlint.enable = true;
|
||||||
|
markdownlint.enable = true;
|
||||||
shellcheck.enable = true;
|
shellcheck.enable = true;
|
||||||
statix.enable = true;
|
statix.enable = true;
|
||||||
vale.enable = true;
|
vale.enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue