vijaymarupudi / nvim-fzf

A Lua API for using fzf in neovim.
MIT License
340 stars 13 forks source link

feat: add support for floating window titles #51

Closed anthony-S93 closed 1 year ago

anthony-S93 commented 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]).

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

vijaymarupudi commented 1 year ago

Thanks Anthony! I merged this feature with some documentation to master. It was a squash merge, so this issue didn't auto-close.