Skip to content
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

Open
Sleepful opened this issue May 8, 2023 · 3 comments
Open

Abandoned? #23

Sleepful opened this issue May 8, 2023 · 3 comments

Comments

@Sleepful
Copy link

Sleepful commented May 8, 2023

Is this repo abandoned?

@reaz1995
Copy link

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
Copy link

woshichuanqilz commented Dec 11, 2023

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?

#24

@tom-anders
Copy link
Owner

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants