chentoast/marks.nvim

Annotation for regular Marks

smeikx opened this issue · 1 comments

It seems annotations only work for bookmarks. Is there any way of adding annotations to native marks as well?
Also, could these annotations persist between sessions? Would it be possible to use shada for this?

Yes, this is possible, but difficult to do and thus low priority. Extmarks can have extra tagged data associated with them (like annotations), but regular marks are much more inflexible. The solution would be to implement regular mark tracking with extmarks and just sync extmark positions to the mark positions every so often, but that would be a big refactor.