Skip to content

Commit

Permalink
nvim: switch java LSP to Eclips' jdtls
Browse files Browse the repository at this point in the history
  • Loading branch information
MattSturgeon committed Oct 1, 2024
1 parent 9586bcb commit 25e9e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/config/lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

servers = {
bashls.enable = true;
java-language-server.enable = true;
jdt-language-server.enable = true; # Java LSP from Eclipse
lua-ls.enable = true;
ruff-lsp.enable = true; # Python linter
# Python type-checker
Expand Down

0 comments on commit 25e9e77

Please sign in to comment.