fredrikaverpil / neotest-golang

Reliable Neotest adapter for running Go tests in Neovim.
MIT License
141 stars 17 forks source link

chore: remove option required to enable dap #146

Closed fredrikaverpil closed 4 months ago

fredrikaverpil commented 4 months ago

It's sufficient to just make sure to have the dap-go plugin installed.

If the plugin is not installed, this will be shown in :checkhealth neotest-golang and as an error notification in Neovim if you try to debug a test.

This is technically not breaking backwards compatibility but will leave an unused option dangling in user configs. I could add a warning that will pop up about this, but I'm not sure it's really that important and worthy of the noise...