more formatting

This commit is contained in:
Ishaan Karvir 2024-01-23 01:20:50 -08:00
parent 05c33d1f41
commit d2aa785b6a
2 changed files with 1 additions and 3 deletions

View file

@ -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)