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.

It used to be directly under 'g', which required no additional grouping info on which-keys. See #1427 for further explanation on the key binds change.
pull/1695/head
Thiago Negri 3 days ago committed by GitHub
parent 3338d39206
commit b700881498
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -347,6 +347,7 @@ require('lazy').setup({
{ '<leader>s', group = '[S]earch' },
{ '<leader>t', group = '[T]oggle' },
{ '<leader>h', group = 'Git [H]unk', mode = { 'n', 'v' } },
{ 'gr', group = 'LSP Actions', mode = { 'n' } },
},
},
},

Loading…
Cancel
Save