Feat telescope support to list marks
👋🏼
I was a bit frustrated when searching in my existing marks (I often lose myself). So I thought that a telescope extension would be a perfect fit for that (fuzzy finding, location preview).
I added two methods that return the right data for buffer marks and project marks as well as two telescope extensions that allow to get the current buffer marks and the project marks.
It looks like this for the buffer one:
And like this for the list all marks:
I named the extension marks_nvim because I had weird errors with marks that could be linked to possible conflicts.
Anyway, I hope it'll be useful to some and tanks for the great plugin!
this is great - is it possible to list bookmarks as well?
@ctorney I'm not familiar with bookmarks, but should be doable I suppose. I'll add it!
@ctorney Done it now also supports bookmarks listing. See readme.
Thanks @ValJed! Works perfectly
I wonder when this pull request is merged into master?
I wonder when this pull request is merged into master?
I'm also wondering the same thing.
Me too ahah.
@dangkhoipro @pidgeon777 I'm using my branch since to be able to use the feature, you can by using my fork:
{
"ValJed/marks.nvim",
branch = "feat-telescope-support-for-listing-marks",
...
}