From 52f2113c8bd27fdf2792391ab4577492a177a651 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Mon, 26 Feb 2024 23:22:48 -0800 Subject: [PATCH] java bs? --- users/tao/helix.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/users/tao/helix.nix b/users/tao/helix.nix index 1b9562e..fd21186 100644 --- a/users/tao/helix.nix +++ b/users/tao/helix.nix @@ -97,6 +97,12 @@ }; }; }; + language-server = { + jdtls = { + command = "jdtls"; + args = ["-data" "/home/tao/.cache/jdtls/workspace"]; + }; + }; grammar = [ { name = "nix";