tom-anders / telescope-vim-bookmarks.nvim

Integrates vim-bookmarks into telescope.nvim
MIT License
114 stars 23 forks source link

Option to display annotation AND line #9

Open jeetsukumaran opened 2 years ago

jeetsukumaran commented 2 years ago

As per the title, it would be nice to be able to (optionally) see the annotation as well as the bookmark line content in the Telescope results window. Would that be possible?

kpbochenek commented 2 years ago

that would be really awesome for this plugin to provide :+1:

kpbochenek commented 2 years ago

did a PR adding this feature: #12 Until it will be merged(if merged) you can use it with Plug: Plug 'kpbochenek/telescope-vim-bookmarks.nvim', { 'branch': 'expose-annotation-column-picker' } Also check README.md how to configure columns width as you will probably want to adjust it.