mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-21 19:25:13 +02:00
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:
parent
269d592ea8
commit
d39103bba5
2 changed files with 79 additions and 23 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue