We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2abbb7 commit 40fc57fCopy full SHA for 40fc57f
2 files changed
.github/workflows/vimdoc.yaml
@@ -2,7 +2,7 @@ name: vimdoc
2
3
on:
4
push:
5
- branches: [main, vimdoc]
+ branches: [main, dev, vimdoc]
6
7
jobs:
8
generate-docs:
scripts/gen_options.lua
@@ -453,6 +453,7 @@ local SKIP_KEYS = {
453
-- Classes that are containers, not actual pickers
454
-- These have sub-pickers but shouldn't appear in docs themselves
455
local CONTAINER_CLASSES = {
456
+ ["fzf-lua.config.JJ"] = true,
457
["fzf-lua.config.Git"] = true,
458
["fzf-lua.config.Dap"] = true,
459
["fzf-lua.config.Tmux"] = true,
0 commit comments