chentoast / marks.nvim

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

Use vim.ui.select for selecting marks #103

Open dmtrKovalenko opened 8 months ago

dmtrKovalenko commented 8 months ago

Now it looks like this but it would be much more handy to use the vim.ui.select which can be overriden by telescope with an advanced search and quick access.

image