Hello, I loved your plugin that greatly simplifies configuration integrations for Java in Neovim. However, I'm still not clear on how creating Maven - Gradle projects works there. I would greatly appreciate it if you could enlighten me on this matter. Thank you.
adolfchanxd
How can I add remaps for jdtls using nvim-java?? I used to have this one when I had nvim-jdtls:
vim.keymap.set('n', '<leader>crv', "<Cmd>lua require('jdtls').extract_variable()<CR>", { desc = 'Extract Variable' })