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...
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...