marks.nvim icon indicating copy to clipboard operation
marks.nvim copied to clipboard

A better user experience for viewing and interacting with Vim marks.

Results 40 marks.nvim issues
Sort by recently updated
recently updated
newest added

Hi Thanks for this great plugin! I was wandering if there is any support for toggling global marks? `m;` toggles a buffer (lower case) mark. `Toggle the next available mark...

This plugin is making my CursorHold autocmds never execute. For example: ```vim autocmd CursorHold lua print'CursorHold' ``` This seems to happen due to `M.refresh` being called before my `updatetime` expires...

For now annotation virtualtext does not show if first line of a buffer is annotated.

AFAIK, there's still a problem with `:delmarks` that doesn't really delete the mark which you can see here: https://github.com/neovim/neovim/issues/4295. So, I want to ask, is the `:delmarks` bug already been...

I love this plugin. It would also be nice if locations in the jump list were visible, so I could use `c-o` and `c-i` to jump directly to them. I...

When i close the buffer, and try open again same buffer, i don't see in signcolumn the marks that i set before. I don't know if this help you, but...

I like to use both the quickfix window and telescope. I think that it would be cool if there was some sort of telescope extension that could be packaged with...

I found It often useless to show mark symbols in such a buftype.

I found that the key mappings are defined globally, and these mappings should be removed in the buffer of the specified file type.

don't know it this little bug i'm experiencing is due to my config, but I couldn't find a fix on my side for it. When enabling `builtin_marks` the `.` mark...