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";