-
Previously, I utilized https://github.com/MattesGroeger/vim-bookmarks in conjunction with Telescope for viewing all my bookmarks. Now, having switched to fzflua, I am looking for a way to display the results of the BookmarkShowAll command within fzflua. what should i do |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 17 replies
-
I’m not familiar with the plugin mentioned but the answer is the same, find a way to list all the bookmarks (plugin API if such exists or text parsing) and use fzf_exec to feed these into fzf. Go to the Wiki and read the advanced API section and you’ll understand how to use fzf_exec, it’s very simple: |
Beta Was this translation helpful? Give feedback.
I’m not familiar with the plugin mentioned but the answer is the same, find a way to list all the bookmarks (plugin API if such exists or text parsing) and use fzf_exec to feed these into fzf.
Go to the Wiki and read the advanced API section and you’ll understand how to use fzf_exec, it’s very simple:
https://github.com/ibhagwan/fzf-lua/wiki/Advanced