nvim: which-key: preset helix, delay 1000

This commit is contained in:
2025-03-30 23:26:51 +02:00
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)