summaryrefslogtreecommitdiffstats
path: root/lua/core/overrides/whichkey.lua
blob: 65b6ca405df1f601efab868ed7c1fc8352811931 (plain) (blame)
1
2
3
4
5
6
7
8
require("which-key").setup {
  icons = {
    breadcrumb = '>>',
    separator = '->',
  },
  window = { winblend = 3, },
  layout = { align = 'center', },
}