stevearc / dressing.nvim

Neovim plugin to improve the default vim.ui interfaces
MIT License
1.73k stars 32 forks source link

Use fzf#wrap to respect user option #39

Closed lervag closed 2 years ago

lervag commented 2 years ago

fzf.vim provides both fzf#run and fzf#wrap. The latter function is used to force fzf#run to respect user options defined in e.g. g:fzf_layout. I believe it is better to use this so that dressings fzf behaviour respects user options.

See :help fzf#wrap for more details.

stevearc commented 2 years ago

LGTM, thanks for the PR!

lervag commented 2 years ago

My pleasure; thanks for the nice plugin!