mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 04:21:08 +00:00
fix(harpoon): keymaps for 1-9. Fixes #6319
This commit is contained in:
parent
02d0c9aebd
commit
e2ba6bb511
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ return {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
for i = 1, 5 do
|
for i = 1, 9 do
|
||||||
table.insert(keys, {
|
table.insert(keys, {
|
||||||
"<leader>" .. i,
|
"<leader>" .. i,
|
||||||
function()
|
function()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue