Added config and setup(), handler(), Add which-key support, allow items= to be a function, more README, add some types, automatic filetype items#23
Draft
Kamilcuk wants to merge 16 commits intonvzone:mainfrom
Draft
Conversation
Member
|
this is getting complex, i wanted default file to just be an example |
|
would be cool, but is it good performance wise? |
Contributor
Author
|
hi @Strongsloth The which-key menu opens instantly for me in astronvim if that's what you are asking. |
|
yeah |
Member
|
whichkey doesnt open instantly for the first time in nvchad because |
|
oh so that's why when I press the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi:
mapleader, which I think will be the most useful for users.items = function() require("menus.which-key") end. This is done to lazy-load the items when they are opened. There is no need to load every submenu from the start.menus/fs/directory that has filetype specific menus and added support inhandler()to detect them.stylua.toml. I aimed for style closest to the existing formatting style.Example which-key example of 4 menus: