Replies: 1 comment
-
I don't have that much experience on Lua or lazy.nvim, but i guess you need 'folke/whick-key.nvim' before calling setup {
"folke/which-key.nvim",
event = "VeryLazy",
init = function()
vim.o.timeout = true
vim.o.timeoutlen = 300
end,
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to let which-key work? here is my ~/.config/nvim/init.lua
Only setup lazy.nvim & which-key.
When I press a key e.g. 'ctrl-w', it can not display anything.
Beta Was this translation helpful? Give feedback.
All reactions