mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 09:14:31 +02:00
plugins/none-ls: add diagnostic source: ansiblelint
This commit is contained in:
parent
cc3f5209c1
commit
5aea581d32
2 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,9 @@ with lib; let
|
|||
alex = {
|
||||
package = pkgs.nodePackages.alex;
|
||||
};
|
||||
ansiblelint = {
|
||||
package = pkgs.ansible-lint;
|
||||
};
|
||||
cppcheck = {
|
||||
package = pkgs.cppcheck;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue