Closed anthony-S93 closed 1 year ago
This PR allows users to include the title and title_pos options in the options table that is passed to fzf.fzf(contents, [fzf_cli_args], [options]).
title
title_pos
options
fzf.fzf(contents, [fzf_cli_args], [options])
With this PR, users can now customize the titles of the floating windows created via nvim-fzf:
nvim-fzf
https://github.com/vijaymarupudi/nvim-fzf/assets/69449791/8ead38e7-0ad9-46a8-bdab-b3a851d1d120
Thanks Anthony! I merged this feature with some documentation to master. It was a squash merge, so this issue didn't auto-close.
This PR allows users to include the
title
andtitle_pos
options in theoptions
table that is passed tofzf.fzf(contents, [fzf_cli_args], [options])
.With this PR, users can now customize the titles of the floating windows created via
nvim-fzf
:https://github.com/vijaymarupudi/nvim-fzf/assets/69449791/8ead38e7-0ad9-46a8-bdab-b3a851d1d120