Browse Source

chore: format source code

my-config
github-actions[bot] 2 years ago
parent
commit
c14852a6e6
  1. 6
      lua/doom/modules/features/whichkey/init.lua

6
lua/doom/modules/features/whichkey/init.lua

@ -136,11 +136,7 @@ whichkey.configs["which-key.nvim"] = function()
end
-- Add user keymaps to whichkey user keymaps
keymaps_service.applyKeymaps(
doom.binds,
nil,
{ whichkey_integration }
)
keymaps_service.applyKeymaps(doom.binds, nil, { whichkey_integration })
end
return whichkey

Loading…
Cancel
Save