more formatting
This commit is contained in:
parent
05c33d1f41
commit
d2aa785b6a
2 changed files with 1 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ return {
|
|||
|
||||
vim.keymap.set('n', '<C-a>', function()
|
||||
harpoon:list():append()
|
||||
end, { desc = "Add to harpoon"})
|
||||
end, { desc = 'Add to harpoon' })
|
||||
vim.keymap.set('n', '<C-s>', function()
|
||||
harpoon.ui:toggle_quick_menu(harpoon:list())
|
||||
end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue