mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 09:14:31 +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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue