nvim: which-key: preset helix, delay 1000
This commit is contained in:
parent
17997c0550
commit
28de145180
@ -2,6 +2,10 @@ return {
|
||||
{
|
||||
'folke/which-key.nvim',
|
||||
event = 'VimEnter',
|
||||
opts = {
|
||||
preset = 'helix',
|
||||
delay = 1000,
|
||||
},
|
||||
config = function(_, opts)
|
||||
require('which-key').setup(opts)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user