Skip to content

Commit

Permalink
[docgen] CI: autogenerate vimdoc
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
Github Actions committed Sep 23, 2024
1 parent ca9b9c7 commit cf4f7e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/fzf-lua.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*fzf-lua.txt* For Neovim >= 0.5.0 Last change: 2024 August 11
*fzf-lua.txt* For Neovim >= 0.5.0 Last change: 2024 September 23

==============================================================================
Table of Contents *fzf-lua-table-of-contents*
Expand Down Expand Up @@ -1277,6 +1277,9 @@ open an issue and I'll be more than happy to help.**
-- by default, we ignore <Plug> and <SNR> mappings
-- set `ignore_patterns = false` to disable filtering
ignore_patterns = { "^<SNR>", "^<Plug>" },
-- by default, both description and details are shown
-- `false` shows details only if the description is missing
show_details = true,
actions = {
["enter"] = actions.keymap_apply,
["ctrl-s"] = actions.keymap_split,
Expand Down

0 comments on commit cf4f7e0

Please sign in to comment.