-
I am very new Lua. I hope this isn't too much of a bother. I couldn't figure out where to place the code for java-debug and for nvim-dap-setup. I'm pretty sure I'm missing something. Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
EpsilonKu
Sep 20, 2021
Replies: 1 comment 1 reply
-
U need write it before
Hope u understand. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zytact
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
U need write it before
require('jdtls').start_or_attach(config)
. Set config like array or object (example).Hope u understand.