tom-anders / telescope-vim-bookmarks.nvim

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

Abandoned? #23

Open Sleepful opened 1 year ago

Sleepful commented 1 year ago

Is this repo abandoned?

reaz1995 commented 1 year ago

Seems like it, but its working good as it is. I did all necessary fixes on m fork https://github.com/reaz1995/telescope-vim-bookmarks.nvim , if someone have problem with keymaps just add them to telescope keymaps for normal mode mappings, like so:

["dd"] = require('telescope').extensions.vim_bookmarks.actions.delete_all,
["dx"] = require('telescope').extensions.vim_bookmarks.actions.delete_at_cursor,
["dc"] = require('telescope').extensions.vim_bookmarks.actions.delete_selected,
["dv"] = require('telescope').extensions.vim_bookmarks.actions.delete_selected_or_at_cursor,
woshichuanqilz commented 9 months ago

Seems like it, but its working good as it is. I did all necessary fixes on m fork https://github.com/reaz1995/telescope-vim-bookmarks.nvim , if someone have problem with keymaps just add them to telescope keymaps for normal mode mappings, like so:

["dd"] = require('telescope').extensions.vim_bookmarks.actions.delete_all,
["dx"] = require('telescope').extensions.vim_bookmarks.actions.delete_at_cursor,
["dc"] = require('telescope').extensions.vim_bookmarks.actions.delete_selected,
["dv"] = require('telescope').extensions.vim_bookmarks.actions.delete_selected_or_at_cursor,

Hi I have the issue here. Do you know how to solve it?

https://github.com/tom-anders/telescope-vim-bookmarks.nvim/issues/24

tom-anders commented 6 months ago

Hi there! Sorry for taking so long to respond - I'm not using vim-bookmarks anymore, so I won't maintain this plugin anymore. If somebody wants to take over, let me know!