remove erroneous comma
This commit is contained in:
@ -14,7 +14,7 @@ return { 'ThePrimeagen/harpoon',
|
|||||||
map("n", "<leader>a", function()
|
map("n", "<leader>a", function()
|
||||||
harpoon:list():add()
|
harpoon:list():add()
|
||||||
vim.notify("added "..vim.fn.expand("%:t").." to quickmarks", vim.log.levels.INFO, {
|
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" })
|
end, { desc = "add current file to quickmarks" })
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user