Add Which Key
This commit is contained in:
parent
f8b7fc5b33
commit
91dad4fe61
7
lua/plugins/which-key.lua
Normal file
7
lua/plugins/which-key.lua
Normal file
@ -0,0 +1,7 @@
|
||||
return {
|
||||
"folke/which-key.nvim",
|
||||
config = function()
|
||||
vim.o.timeout = true
|
||||
vim.o.timeoutlen = 300
|
||||
end
|
||||
}
|
Reference in New Issue
Block a user