zk-org / zk-nvim

Neovim extension for zk
https://github.com/zk-org/zk
GNU General Public License v3.0
503 stars 41 forks source link

Support for fzf #13

Closed pinpox closed 2 years ago

pinpox commented 2 years ago

Hello, I see the examples for Telescope, but is fzf supported aswell? If not, how much work would it be to support it?

kabouzeid commented 2 years ago

Not yet. It's possible without too much effort. There is a code refactoring coming though, after that it will be very easy. Probably in a few days already :)

kabouzeid commented 2 years ago

https://github.com/mickael-menu/zk-nvim/pull/14

kabouzeid commented 2 years ago

This is now possible. Just set picker="fzf" in the setup function. See README.