nvim-dap icon indicating copy to clipboard operation
nvim-dap copied to clipboard

Feature Request: Breakpoint priority

Open yingzhu146 opened this issue 3 years ago • 4 comments

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.

yingzhu146 avatar Jun 04 '21 04:06 yingzhu146

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)

mfussenegger avatar Jun 06 '21 12:06 mfussenegger

This is very useful when the diagnostic is conflicted with the breakpoint sign.

cstsunfu avatar Aug 23 '21 08:08 cstsunfu