We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce8c08c commit f970eafCopy full SHA for f970eaf
doc/fzf-lua.txt
@@ -1,4 +1,4 @@
1
-*fzf-lua.txt* For Neovim >= 0.7.0 Last change: 2025 March 13
+*fzf-lua.txt* For Neovim >= 0.7.0 Last change: 2025 March 17
2
3
==============================================================================
4
Table of Contents *fzf-lua-table-of-contents*
@@ -394,6 +394,8 @@ CUSTOMIZATION *fzf-lua-customization*
394
require("fzf-lua").setup{
395
-- MISC GLOBAL SETUP OPTIONS, SEE BELOW
396
-- fzf_bin = ...,
397
+ -- each of these options can also be passed as function that return options table
398
+ -- e.g. winopts = function() return { ... } end
399
winopts = { ... }, -- UI Options
400
keymap = { ... }, -- Neovim keymaps / fzf binds
401
actions = { ... }, -- Fzf "accept" binds
0 commit comments