Skip to content

Commit f970eaf

Browse files
author
Github Actions
committed
[docgen] CI: autogenerate vimdoc
skip-checks: true
1 parent ce8c08c commit f970eaf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/fzf-lua.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*fzf-lua.txt* For Neovim >= 0.7.0 Last change: 2025 March 13
1+
*fzf-lua.txt* For Neovim >= 0.7.0 Last change: 2025 March 17
22

33
==============================================================================
44
Table of Contents *fzf-lua-table-of-contents*
@@ -394,6 +394,8 @@ CUSTOMIZATION *fzf-lua-customization*
394394
require("fzf-lua").setup{
395395
-- MISC GLOBAL SETUP OPTIONS, SEE BELOW
396396
-- fzf_bin = ...,
397+
-- each of these options can also be passed as function that return options table
398+
-- e.g. winopts = function() return { ... } end
397399
winopts = { ... }, -- UI Options
398400
keymap = { ... }, -- Neovim keymaps / fzf binds
399401
actions = { ... }, -- Fzf "accept" binds

0 commit comments

Comments
 (0)