mfussenegger / nvim-dap

Debug Adapter Protocol client implementation for Neovim
GNU General Public License v3.0
5.17k stars 180 forks source link

Increase priority of signs #1016

Closed entropitor closed 11 months ago

entropitor commented 11 months ago

When severity_sort is enabled, diagnostic sign priority can be raised above 10 (1 per severity). And so by putting it at 21 and 22, dap breakpoints are always shown, even when there are diagnostics

(Related to #197 )