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 Dec 27, 2024
1 parent 24dff52 commit 90e5362
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions 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 December 18
*fzf-lua.txt* For Neovim >= 0.5.0 Last change: 2024 December 27

==============================================================================
Table of Contents *fzf-lua-table-of-contents*
Expand Down Expand Up @@ -1470,6 +1470,10 @@ open an issue and I'll be more than happy to help.**
-- uncomment if your terminal/font does not support unicode character
-- 'EN SPACE' (U+2002), the below sets it to 'NBSP' (U+00A0) instead
-- nbsp = '\xc2\xa0',
-- Function override for opening the help window (default bound to `<F1>`)
-- Override this function if you want to customize window config of the
-- help window (location, width, border, etc.)
help_open_win = vim.api.nvim_open_win,
}
<

Expand Down Expand Up @@ -1630,4 +1634,4 @@ I missed your name feel free to contact me and I'll add it below:
as baseline for the builtin previewer and his must have plugin nvim-bqf
<https://github.com/kevinhwang91/nvim-bqf>

vim:tw=78:ts=8:ft=help:norl:
vim:tw=78:ts=8:ft=help:norl:

0 comments on commit 90e5362

Please sign in to comment.