mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-06-25 06:38:34 +02:00
adiciona java-debug-adapter em configurações do dap
This commit is contained in:
parent
ea43ec1ed2
commit
27382201d1
3 changed files with 3 additions and 2 deletions
|
@ -94,7 +94,8 @@ return {
|
|||
-- online, please don't ask me how to install them :)
|
||||
ensure_installed = {
|
||||
-- Update this to ensure that you have the debuggers for the langs you want
|
||||
'delve',
|
||||
-- 'delve',
|
||||
'java-debug-adapter',
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue