marks.nvim
marks.nvim copied to clipboard
Marks list doesnt refresh if mark has been added/deleted
Hi, if I have MarksListBuf open, adding/deleting marks wont trigger the refresh
Steps to reproduce
- create a mark in your current Buffer,
mx - open
MarksListBuf - your mark
xis listed - switch to your buffer with
ctrl+ww - add another mark
ma
Current result
-
MarksListBufkeeps only thexmark listed - to refresh, you have to close the Mars List Buffer and reopen it.
Expected result
-
MarksListBufshould refresh so that current state is being presented
Possible solutions?
opts = {
-- add another refresh_interval property:
-- this would refresh the Buffer List Window (only if opened)
refresh_interval_list: 1000ms
}