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 4, 2024
1 parent e0c16c1 commit 9c3d299
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 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 November 27
*fzf-lua.txt* For Neovim >= 0.5.0 Last change: 2024 December 03

==============================================================================
Table of Contents *fzf-lua-table-of-contents*
Expand Down Expand Up @@ -890,6 +890,8 @@ open an issue and I'll be more than happy to help.**
-- Custom filetype autocmds aren't triggered on
-- the preview buffer, define them here instead
-- ext_ft_override = { ["ksql"] = "sql", ... },
-- render_markdown.nvim integration, enabled by default for markdown
render_markdown = { enable = true, filetypes = { ["markdown"] = true } },
},
-- Code Action previewers, default is "codeaction" (set via `lsp.code_actions.previewer`)
-- "codeaction_native" uses fzf's native previewer, recommended when combined with git-delta
Expand Down

0 comments on commit 9c3d299

Please sign in to comment.