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