mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-07 05:46:34 +05:30
initial commit
This commit is contained in:
8
modules/home-manager/nvim/old/lua/plugins/whichkey.lua
Normal file
8
modules/home-manager/nvim/old/lua/plugins/whichkey.lua
Normal file
@ -0,0 +1,8 @@
|
||||
return {
|
||||
'folke/which-key.nvim',
|
||||
config = function()
|
||||
vim.o.timeout = true
|
||||
vim.o.timeoutlen = 300
|
||||
require('which-key').setup {}
|
||||
end,
|
||||
}
|
Reference in New Issue
Block a user