From 810bd73ef6be0f52316b9764bd732b0f2f872dd0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <> Date: Wed, 11 Oct 2023 12:04:14 +0000 Subject: [PATCH] chore: generated vimdoc --- doc/legendary-which-key.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/legendary-which-key.txt b/doc/legendary-which-key.txt index a0d28f5..79551a4 100644 --- a/doc/legendary-which-key.txt +++ b/doc/legendary-which-key.txt @@ -1,4 +1,4 @@ -*legendary-which-key.txt* Last change: 2023 October 10 +*legendary-which-key.txt* Last change: 2023 October 11 ============================================================================== `WHICH-KEY.NVIM` INTEGRATION *legendary-which-key-which-key.nvim`-integration* @@ -37,8 +37,12 @@ There's a couple ways you can choose to do it: your_which_key_opts, -- false if which-key.nvim handles binding them, -- set to true if you want legendary.nvim to handle binding - -- the mappings; if not passed, true by default + -- the mappings; if not passed, true by default. false, + -- true if you want to use item groups, + -- false if you want to add the items to the toplevel list + -- in legendary.nvim; defaults to true if omitted. + true, ) <