This commit is contained in:
2024-11-18 15:28:40 +01:00
parent 7a8ffb5cb9
commit 7b3f194aac
+1 -1
View File
@@ -1,5 +1,5 @@
local config = {
cmd = { vim.fn.expand("~/.local/share/jdtls/bin/jdtls") },
cmd = {'/home/anth/.local/share/java/jdtls/bin/jdtls'},
root_dir = vim.fs.dirname(vim.fs.find({'gradlew', '.git', 'mvnw'}, { upward = true })[1]),
}
require('jdtls').start_or_attach(config)