-
|
with my current configuration, delve refuses to run so i am trying to find a way to override nvim-dap-go configuration right now, and the modules doesnt expose setupOpts so i was wondering if theres another way i could override the plugins configurations? thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The best option would be to create an issue or a PR so that we can migrate the plugin to a To answer your question more directly, you can use Lua to modify the setup tables after the fact, but that'd be a workaround more than anything. |
Beta Was this translation helpful? Give feedback.
The best option would be to create an issue or a PR so that we can migrate the plugin to a
setupOptsAPI. The DAP configuration is currently planned for the refactor.To answer your question more directly, you can use Lua to modify the setup tables after the fact, but that'd be a workaround more than anything.