remove erroneous comma
This commit is contained in:
@ -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" })
|
||||
|
||||
|
Reference in New Issue
Block a user