Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: generated vimdoc #406

Merged
merged 1 commit into from
Oct 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions doc/legendary-which-key.txt
Original file line number Diff line number Diff line change
@@ -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*
Expand Down Expand Up @@ -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,
)
<

Expand Down