mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 17:24:32 +02:00
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:
parent
a70f580340
commit
81ff1f8f6f
2 changed files with 4 additions and 0 deletions
|
@ -164,6 +164,9 @@ with lib; let
|
|||
golines = {
|
||||
package = pkgs.golines;
|
||||
};
|
||||
google_java_format = {
|
||||
package = pkgs.google-java-format;
|
||||
};
|
||||
isort = {
|
||||
package = pkgs.isort;
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue