feat(neovim): improve which-key display

This commit is contained in:
Yorick Barbanneau 2024-09-17 23:44:24 +02:00
parent c5082c1a72
commit 91c922a2ec

View file

@ -1,4 +1,10 @@
-- Which-key
--
local wk = require 'which-key'
-- wk.register()
wk.add({
{'<leader>n', group = 'NeoTree'},
{'<leader>f', group = 'fzf-lua'},
{'<leader>fg', group = 'fzf-lua Git'},
{'<leader>fG', group = 'fzf-lua Grep'},
{'<leader>g', group = 'Gitsign'},
})