enc: update config jdtls

This commit is contained in:
asep.komarudin 2024-07-05 06:44:07 +07:00
parent e7c7785cc5
commit 03a3d5f32b
4 changed files with 33 additions and 64 deletions

View file

@ -173,7 +173,7 @@ pcode.active_golang_config = false
pcode.active_python_config = false
pcode.active_cpp_config = false
pcode.active_java_config = {
active = false,
active = true,
project = "gradle", -- gradle or maven
use_nvim_jdtls = true, -- mfussenegger/nvim-jdtls
}