feat(neovim): improve which-key display
This commit is contained in:
parent
c5082c1a72
commit
91c922a2ec
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
||||||
-- Which-key
|
-- Which-key
|
||||||
--
|
--
|
||||||
local wk = require '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'},
|
||||||
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue