chore(build): auto-generate docs

This commit is contained in:
folke 2025-01-11 16:36:53 +00:00 committed by github-actions[bot]
parent 5affa7214f
commit d2b2b7bcbf
2 changed files with 2 additions and 0 deletions

View file

@ -80,6 +80,7 @@ docs for more information on how to customize these styles
i_esc = { "<esc>", { "cmp_close", "stopinsert" }, mode = "i", expr = true },
i_cr = { "<cr>", { "cmp_accept", "confirm" }, mode = "i", expr = true },
i_tab = { "<tab>", { "cmp_select_next", "cmp" }, mode = "i", expr = true },
i_ctrl_w = { "<c-w>", "<c-s-w>", mode = "i", expr = true },
q = "cancel",
},
}

View file

@ -126,6 +126,7 @@ The other options are used with `:lua Snacks.dashboard()`
i_esc = { "<esc>", { "cmp_close", "stopinsert" }, mode = "i", expr = true },
i_cr = { "<cr>", { "cmp_accept", "confirm" }, mode = "i", expr = true },
i_tab = { "<tab>", { "cmp_select_next", "cmp" }, mode = "i", expr = true },
i_ctrl_w = { "<c-w>", "<c-s-w>", mode = "i", expr = true },
q = "cancel",
},
}