remove erroneous comma

This commit is contained in:
2024-11-19 13:22:27 -06:00
parent 1b39456569
commit f489429d48

View File

@ -14,7 +14,7 @@ return { 'ThePrimeagen/harpoon',
map("n", "<leader>a", function()
harpoon:list():add()
vim.notify("added "..vim.fn.expand("%:t").." to quickmarks", vim.log.levels.INFO, {
title = misc.appid,
title = misc.appid
})
end, { desc = "add current file to quickmarks" })