-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Abandoned? #23
Comments
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? |
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! |
Is this repo abandoned?
The text was updated successfully, but these errors were encountered: