This commit is contained in:
Zacharias-Brohn
2025-01-20 13:28:41 +01:00
parent b579384ef2
commit 4d86e52dca
120 changed files with 1838 additions and 5 deletions
+10
View File
@@ -0,0 +1,10 @@
local config = {
cmd = { "/usr/bin/jdtls" },
root_dir = vim.fs.dirname( vim.fs.find( {
"gradlew",
".git",
"mvnw",
},
{ upward = true })[1]),
}
require("jdtls").start_or_attach(config)