sebdah / vim-delve

Neovim / Vim integration for Delve
MIT License
502 stars 24 forks source link

Fix lines sign #43

Closed burik666 closed 3 years ago

burik666 commented 3 years ago

If you add a breakpoint first on line 10 and then on line 20, and if you try to delete first from line 10 and then from line 20, then the sign will not be deleted.

This PR will fix it.

sebdah commented 3 years ago

@burik666 Thanks for the work you've done on these two PRs :raised_hands:

burik666 commented 3 years ago

@sebdah, Maybe add sign-priority and sign-group? (https://vimhelp.org/sign.txt.html#sign-group) For more flexibility. This will help fix some issues with other plugins that also place signs.