mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-15 03:34:31 +02:00
plugins/none-ls: add checkstyle (#1047)
Add an option to enable checkstyle none-ls source.
This commit is contained in:
parent
92c623a436
commit
66c069c48d
2 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,9 @@ with lib; let
|
|||
bandit = {
|
||||
package = pkgs.python3Packages.bandit;
|
||||
};
|
||||
checkstyle = {
|
||||
package = pkgs.checkstyle;
|
||||
};
|
||||
cppcheck = {
|
||||
package = pkgs.cppcheck;
|
||||
};
|
||||
|
|
|
@ -59,6 +59,7 @@
|
|||
diagnostics = {
|
||||
ansiblelint.enable = true;
|
||||
bandit.enable = true;
|
||||
checkstyle.enable = true;
|
||||
cppcheck.enable = true;
|
||||
deadnix.enable = true;
|
||||
eslint.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue