mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
Fix harpoon config
This commit is contained in:
parent
8686ef674a
commit
d435f1bcab
1 changed files with 1 additions and 3 deletions
|
|
@ -67,9 +67,7 @@ return {
|
|||
:find()
|
||||
end
|
||||
|
||||
local set = LazyVim.safe_keymap_set
|
||||
|
||||
set("n", "<leader>H", function()
|
||||
vim.keymap.set("n", "<leader>H", function()
|
||||
toggle_telescope(harpoon:list())
|
||||
end, { desc = "Open harpoon window" })
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue