Add lsp for java

This commit is contained in:
Lol3rrr
2026-04-29 11:47:40 +02:00
parent 84f4c6956e
commit 44c9a747e7
3 changed files with 9 additions and 1 deletions

7
lsp/java-lsp.lua Normal file
View File

@@ -0,0 +1,7 @@
-- Install jdtls by hand, then use this
-- https://github.com/eclipse-jdtls/eclipse.jdt.ls
return {
filetypes = { "java" },
cmd = { "jdtls" },
root_markers = { ".git" },
}