nvim-dap
nvim-dap copied to clipboard
Feature Request: Breakpoint priority
Hi there,
Would be great if I could change the breakpoint priority via config - just had to change it manually in the code since some of my other plugins were not well behaved. Exposing changing this via config would be great! :)
thanks a lot this awesome plugin.
In general it sounds good to me. I'll see if there's a chance to make this possible via the sign_define
override (https://github.com/vim/vim/issues/8334)
This is very useful when the diagnostic is conflicted with the breakpoint sign.