How to disable warning at VimEnter when I dont use whichkey ? #424
Replies: 2 comments 4 replies
-
This should only be happening if you have the require('legendary').setup({
extensions = {
which_key = {
-- extension options here
},
},
}) |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have disabled whichkey, and this is my config for legendary |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Seems like legendary always warn the user if they do not have which-key installed. It's kinda annoying because everytime I open my neovim, the warning always poped up. I don't like this behavior.
Beta Was this translation helpful? Give feedback.
All reactions