mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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 = {
|
||||
package = pkgs.luaPackages.luacheck;
|
||||
};
|
||||
markdownlint = {
|
||||
package = pkgs.nodePackages.markdownlint-cli;
|
||||
};
|
||||
mypy = {
|
||||
package = pkgs.mypy;
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue