chore: <leader>h which-key note to reference gitsigns plugin

This commit is contained in:
rez1 2026-05-13 12:24:59 +06:00
parent cfdc17be3a
commit 83ccbf8a50
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ do
spec = {
{ '<leader>s', group = '[S]earch', mode = { 'n', 'v' } },
{ '<leader>t', group = '[T]oggle' },
{ '<leader>h', group = 'Git [H]unk', mode = { 'n', 'v' } }, -- Enable gitsigns recommended keymaps first
{ '<leader>h', group = 'Git [H]unk', mode = { 'n', 'v' } }, -- Depends on gitsigns plugin. Uncomment in Section 9
{ 'gr', group = 'LSP Actions', mode = { 'n' } },
},
}