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 Nov 27, 2023
1 parent f32b5c7 commit 602c669
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 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: 2023 November 22
*fzf-lua.txt* For Neovim >= 0.5.0 Last change: 2023 November 26

==============================================================================
Table of Contents *fzf-lua-table-of-contents*
Expand All @@ -11,6 +11,7 @@ Dependencies .......................................... |fzf-lua-dependencies|
Optional dependencies ........................ |fzf-lua-optional-dependencies|
Installation .......................................... |fzf-lua-installation|
Usage ........................................................ |fzf-lua-usage|
Resume ...................................................... |fzf-lua-resume|
Commands .................................................. |fzf-lua-commands|
Buffers and Files ................................ |fzf-lua-buffers-and-files|
Search ...................................................... |fzf-lua-search|
Expand Down Expand Up @@ -57,7 +58,7 @@ CONTENTS *fzf-lua-contents*
- Dependencies <#dependencies> + Optional Dependencies
<#optional-dependencies>
- Installation <#installation>
- Usage <#usage>
- Usage <#usage> + Resume <#resume>
- Commands <#commands> + Buffers and Files <#buffers-and-files> + Search
<#search> + Tags <#tags> + Git <#git> + LSP | Diagnostics <#lspdiagnostics>
+ Misc <#misc> + Neovim API <#neovim-api> + `nvim-dap` <#nvim-dap> + `tmux`
Expand Down Expand Up @@ -251,6 +252,24 @@ or if using `init.lua`:
"<cmd>lua require('fzf-lua').files()<CR>", { silent = true })
<


RESUME *fzf-lua-resume*

Resuming work from where you left off is as easy as:

>lua
:lua require('fzf-lua').resume()
-- or
:FzfLua resume
<
Alternatively, resuming work on a specific provider:

>lua
:lua require('fzf-lua').files({ resume = true })
-- or
:FzfLua files resume=true
<

------------------------------------------------------------------------------
COMMANDS *fzf-lua-commands*

Expand Down

0 comments on commit 602c669

Please sign in to comment.