fzf-lua support
I'd like to help add support for fzf-lua, any tips on where to start?
There is already a minimal support for fzf-lua. Is there anything specific you want in mind? I personally use fzf-lua for a very long time and you can checkout my config.
Maybe porting my config over to be default in zenbones is possible.
Might be off-topic but interestingly fzf supports defining a config file https://github.com/junegunn/fzf/pull/3618 So this might be a chance to generate a zenbones theme for fzf directly.
I have seen many colorschemes (catpppuccin, rose-pine, kanagawa) seem to support the plugin out of the box. I am using specifically using zenwritten which I would expect to apply the monochrome colours to fzf-lua, that's what I'd like to help add if at all possible.
Here's fzf-lua using zenwritten
Here's the same plugin using catpppuccin
Here's my personal overrides without the borders:
Note that you have to set fzf_colors = true to take effect.
There also an option to set fzf colors without any plugin setting via the global vim.g.fzf_colors (already used by fzf.vim), this way you get the same colors with both fzf.vim and fzf-lua.
Note that you have to set
fzf_colors = trueto take effect.
This works great, I had no idea! Thanks @mcchrish, solves the problem for me.