Browse Source

chore: format source code

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

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

@ -137,11 +137,7 @@ whichkey.configs["which-key.nvim"] = function()
-- Add user keymaps to whichkey user keymaps
if doom.binds and #doom.binds >= 1 then
keymaps_service.applyKeymaps(
doom.binds,
nil,
{ whichkey_integration }
)
keymaps_service.applyKeymaps(doom.binds, nil, { whichkey_integration })
end
end

Loading…
Cancel
Save