Add Which Key
This commit is contained in:
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