chentoast / marks.nvim

A better user experience for viewing and interacting with Vim marks.
MIT License
788 stars 40 forks source link

Bookmark signs disappear when the line it is placed on is deleted #12

Closed chentoast closed 2 years ago

chentoast commented 2 years ago

When deleting a line that contains a bookmark, the sign will be deleted, but the virtual text and the extmark will stay. We might have to periodically refresh signs for bookmarks (maybe on TextChanged?), but ideally there is a way that doesn't involve lots of redrawing.