plugins/none-ls: Add google_java_format as a source for none-ls (#1068)

Add google_java_format for none-ls sources.
This commit is contained in:
Mateus Alves 2024-02-12 17:36:48 -03:00 committed by GitHub
parent a70f580340
commit 81ff1f8f6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -164,6 +164,9 @@ with lib; let
golines = {
package = pkgs.golines;
};
google_java_format = {
package = pkgs.google-java-format;
};
isort = {
package = pkgs.isort;
};

View file

@ -105,6 +105,7 @@
goimports.enable = true;
goimports_reviser.enable = true;
golines.enable = true;
google_java_format.enable = true;
ktlint.enable = true;
nixfmt.enable = true;
nixpkgs_fmt.enable = true;