mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 09:41:10 +01:00
dap
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user