Skip to content

Commit 40fc57f

Browse files
committed
docs: add jj to gen_options.lua
1 parent b2abbb7 commit 40fc57f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/vimdoc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: vimdoc
22

33
on:
44
push:
5-
branches: [main, vimdoc]
5+
branches: [main, dev, vimdoc]
66

77
jobs:
88
generate-docs:

scripts/gen_options.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ local SKIP_KEYS = {
453453
-- Classes that are containers, not actual pickers
454454
-- These have sub-pickers but shouldn't appear in docs themselves
455455
local CONTAINER_CLASSES = {
456+
["fzf-lua.config.JJ"] = true,
456457
["fzf-lua.config.Git"] = true,
457458
["fzf-lua.config.Dap"] = true,
458459
["fzf-lua.config.Tmux"] = true,

0 commit comments

Comments
 (0)