Skip to content

Commit 80b1ee1

Browse files
Add 'gr' group to which-keys
Adds 'gr' to which-keys documentation, so users can see that LSP actions are grouped after 'gr' key binds. Co-authored-by: thiago-negri <evohunz@gmail.com>
1 parent 09ab9ae commit 80b1ee1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ require('lazy').setup({
319319
{ '<leader>s', group = '[S]earch', mode = { 'n', 'v' } },
320320
{ '<leader>t', group = '[T]oggle' },
321321
{ '<leader>h', group = 'Git [H]unk', mode = { 'n', 'v' } },
322+
{ 'gr', group = 'LSP Actions', mode = { 'n' } },
322323
},
323324
},
324325
},

0 commit comments

Comments
 (0)