java-lsp: fix small bug

This commit is contained in:
kossLAN 2024-08-29 15:03:41 -04:00
parent 1f51668236
commit e1061ee305
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
2 changed files with 18 additions and 1 deletions

View file

@ -99,7 +99,7 @@ with final.pkgs.lib; let
# language servers, etc.
lua-language-server
clang-tools # provides clangd which is a c/c++ lsp
gcc
java-language-server
nil # nix LSP
# autoformatters
@ -109,6 +109,7 @@ with final.pkgs.lib; let
# misc
nodejs # eww
gcc
];
in {
# This is the neovim derivation