Skip to content

Commit f2b2d69

Browse files
committed
chore: add 'gr' group to which-keys
nvim-lua#1695
1 parent 7c74cc3 commit f2b2d69

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ require('lazy').setup({
388388
{ '<leader>w', proxy = '<c-w>', group = 'windows' }, -- proxy to window mappings
389389
{ '<leader>t', group = '[T]oggle / [T]est' },
390390
{ '<leader>h', group = 'Git [H]unk', mode = { 'n', 'v' } },
391+
{ 'gr', group = 'LSP Actions', mode = { 'n' } },
391392
},
392393
},
393394
},

0 commit comments

Comments
 (0)