Skip to content

Commit

Permalink
feat: no override of eglot java config, it is now jdtls
Browse files Browse the repository at this point in the history
  • Loading branch information
terlar committed Jul 27, 2024
1 parent ddd4416 commit 26c0e6d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions init.org
Original file line number Diff line number Diff line change
Expand Up @@ -2413,10 +2413,6 @@ Generic Language Server Protocol integration via ~eglot~.
:test #'equal)

(cl-pushnew `((nix-mode nix-ts-mode) . ,(eglot-alternatives '("nil" "rnix-lsp" "nixd")))
eglot-server-programs
:test #'equal)

(cl-pushnew '((java-mode java-ts-mode) . ("jdt-language-server" "-data" ".jdtls-cache"))
eglot-server-programs
:test #'equal))
#+end_src
Expand Down

0 comments on commit 26c0e6d

Please sign in to comment.