Skip to content

Commit ce8c08c

Browse files
phanenibhagwan
authored andcommitted
docs: mention options like winopts can be passed as function
1 parent 03eed63 commit ce8c08c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,8 @@ Alternatively, resuming work on a specific picker:
370370
require("fzf-lua").setup{
371371
-- MISC GLOBAL SETUP OPTIONS, SEE BELOW
372372
-- fzf_bin = ...,
373+
-- each of these options can also be passed as function that return options table
374+
-- e.g. winopts = function() return { ... } end
373375
winopts = { ... }, -- UI Options
374376
keymap = { ... }, -- Neovim keymaps / fzf binds
375377
actions = { ... }, -- Fzf "accept" binds

0 commit comments

Comments
 (0)