Add emacs java lsp packages

This commit is contained in:
outfoxxed 2023-08-20 13:39:55 -07:00
parent f97595ff1e
commit eccf0391e2
Signed by: outfoxxed
GPG Key ID: 4C88A185FB89301E
2 changed files with 7 additions and 0 deletions

View File

@ -60,6 +60,7 @@
lsp-mode
lsp-treemacs
lsp-ui
lsp-java
magit
markdown-mode
nasm-mode

View File

@ -2,8 +2,14 @@
home.packages = with pkgs; [
rust-analyzer
clang-tools_16
jdt-language-server
bear
gdb
pwndbg
];
systemd.user.sessionVariables = {
JDTLS_PATH = "${pkgs.jdt-language-server}/share/java";
};
}