nvim: which-key: preset helix, delay 1000

This commit is contained in:
Łukasz Pankowski 2025-03-29 19:07:21 +01:00
parent 17997c0550
commit 28de145180

View File

@ -2,6 +2,10 @@ return {
{
'folke/which-key.nvim',
event = 'VimEnter',
opts = {
preset = 'helix',
delay = 1000,
},
config = function(_, opts)
require('which-key').setup(opts)