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 31, 2023
1 parent 79998e3 commit 4a970b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 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: 2023 December 07
*fzf-lua.txt* For Neovim >= 0.5.0 Last change: 2023 December 30

==============================================================================
Table of Contents *fzf-lua-table-of-contents*
Expand Down Expand Up @@ -898,6 +898,7 @@ open an issue and I'll be more than happy to help.**
status = {
prompt = 'GitStatus❯ ',
cmd = "git -c color.status=false status -su",
multiprocess = true, -- run command in a separate process
file_icons = true,
git_icons = true,
color_icons = true,
Expand Down

0 comments on commit 4a970b4

Please sign in to comment.