1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

chore: enable jdtls

This commit is contained in:
oddlama 2024-05-29 15:19:24 +02:00
parent 6fd64972fa
commit 1424778bc2
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -4,6 +4,13 @@
...
}: {
programs.nixvim.plugins = {
nvim-jdtls = {
enable = true;
data = "~/.cache/jdtls/workspace";
cmd = [
"${lib.getExe pkgs.jdt-language-server}"
];
};
lsp = {
enable = true;
preConfig =