summary refs log tree commit diff
path: root/.vim/lua/internal/plugins/whichkey.lua
blob: 3c9e8027b0e6424d0c42ae83672c2cfba636afd6 (plain) (blame)
1
2
3
4
5
6
7
8
9
return {
  {
    'folke/which-key.nvim',
    event = 'VeryLazy',
    opts = {
      icons = { separator = '→ ', group = '🞱 ' },
    },
  },
}