8 lines
178 B
Lua
8 lines
178 B
Lua
-- Install jdtls by hand, then use this
|
|
-- https://github.com/eclipse-jdtls/eclipse.jdt.ls
|
|
return {
|
|
filetypes = { "java" },
|
|
cmd = { "jdtls" },
|
|
root_markers = { ".git" },
|
|
}
|