folke / neoconf.nvim

💼 Neovim plugin to manage global and project-local settings
Apache License 2.0
715 stars 29 forks source link

Feature: Configure `dap` configurations #4

Closed TornaxO7 closed 1 year ago

TornaxO7 commented 1 year ago

I think that this would be pretty neat to be able to create the different dap configurations in neoconf.nvim as well!

I'm willing to help a bit, if you explain me what I need to do.

folke commented 1 year ago

nope, sorry. this is a plugin for lua annotations only

Diaoul commented 10 months ago

neoconf.nvim is a Neovim plugin to manage global and project-local settings.

With the project description I would have assumed that debugger configuration would be part of "project-local settings".

@folke are you open to reconsider?

I'm currently importing DAP config from .vscode/launch.json but I would prefer a central place to do that.