-- Java DAP is managed by nvim-jdtls, not a standalone adapter. -- jdtls registers the adapter and calls setup_dap_main_class_configs() -- in its on_attach (see plugins/java.lua). Nothing extra needed here. local M = {} return M