This commit is contained in:
chilborne 2023-12-18 09:13:24 +01:00
parent 00d2f2fcf5
commit c699c93497
30 changed files with 31 additions and 7 deletions

2
lua/custom/configs/jdtls.lua Normal file → Executable file
View file

@ -15,7 +15,7 @@ local features = {
-- change this to `true` if you have `nvim-dap`,
-- `java-test` and `java-debug-adapter` installed
debugger = false,
debugger = true,
}
local function get_jdtls_paths()