This commit is contained in:
Zacharias-Brohn
2025-02-20 21:52:20 +01:00
parent d87b6964b5
commit e407d58cb1
8 changed files with 216 additions and 89 deletions
+5
View File
@@ -0,0 +1,5 @@
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)