-
Notifications
You must be signed in to change notification settings - Fork 98
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
fzf integration #146
Comments
I tried the commit added by @mg979 and it seems to works. Do you plan to do a PR for that? |
Can you point to the commit you are talking about? I am having issues integrating fzf with the bookmarks as well |
I was talking about this PR : #147. |
fzf-preview.vim already supported. |
Neovim's fzf-lua plugin has a command to filter the quickfix list using FZF ( Coupled with vim-bookmark's :exec 'BookmarkShowAll' | cclose | FzfLua quickfix<CR> |
There's currently CtrlP integration. An fzf integration would be awesome.
https://github.com/junegunn/fzf
and
https://github.com/junegunn/fzf.vim
The text was updated successfully, but these errors were encountered: