From 01583ed06cc4d7ba462bfc6b80b222afa543c529 Mon Sep 17 00:00:00 2001 From: kossLAN Date: Sun, 1 Sep 2024 00:33:58 -0400 Subject: [PATCH] java: remove autoformatter --- nix/neovim-overlay.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/neovim-overlay.nix b/nix/neovim-overlay.nix index 903a5eb..38e3b88 100644 --- a/nix/neovim-overlay.nix +++ b/nix/neovim-overlay.nix @@ -105,7 +105,7 @@ with final.pkgs.lib; let # autoformatters alejandra # amazing nix autoformatter stylua # lua formatter - google-java-format # java formatter based off google guidelines + # google-java-format # java formatter based off google guidelines # misc nodejs # eww