mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
plugins/none-ls: add diagnostic source: yamllint
This commit is contained in:
parent
19f5f81560
commit
ee7e489448
2 changed files with 4 additions and 0 deletions
|
@ -87,6 +87,9 @@ with lib; let
|
|||
write_good = {
|
||||
package = pkgs.write-good;
|
||||
};
|
||||
yamllint = {
|
||||
package = pkgs.yamllint;
|
||||
};
|
||||
};
|
||||
formatting = {
|
||||
alejandra = {
|
||||
|
|
|
@ -77,6 +77,7 @@
|
|||
mypy.enable = true;
|
||||
pylint.enable = true;
|
||||
write_good.enable = true;
|
||||
yamllint.enable = true;
|
||||
};
|
||||
formatting = {
|
||||
alejandra.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue