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