mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-12-25 12:14:19 +01:00
fix(harpoon): keymaps for 1-9. Fixes #6319
This commit is contained in:
@@ -28,7 +28,7 @@ return {
|
||||
},
|
||||
}
|
||||
|
||||
for i = 1, 5 do
|
||||
for i = 1, 9 do
|
||||
table.insert(keys, {
|
||||
"<leader>" .. i,
|
||||
function()
|
||||
|
||||
Reference in New Issue
Block a user