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