plugins/null-ls: added support for multiple new sources (#464)

* plugins/null-ls: added support for multiple new sources

* Sort sorces
This commit is contained in:
Antonín Říha 2023-07-03 09:56:29 +02:00 committed by GitHub
parent 269d592ea8
commit d39103bba5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 79 additions and 23 deletions

View file

@ -47,6 +47,14 @@
shellcheck.enable = true;
statix.enable = true;
deadnix.enable = true;
vale.enable = true;
vulture.enable = true;
alex.enable = true;
protolint.enable = true;
hadolint.enable = true;
luacheck.enable = true;
mypy.enable = true;
pylint.enable = true;
};
formatting = {
alejandra.enable = true;
@ -61,6 +69,12 @@
stylua.enable = true;
taplo.enable = true;
nixpkgs_fmt.enable = true;
isort.enable = true;
jq.enable = true;
markdownlint.enable = true;
protolint.enable = true;
rustfmt.enable = true;
sqlfluff.enable = true;
};
};
};