remove erroneous comma
This commit is contained in:
parent
1b39456569
commit
f489429d48
1 changed files with 1 additions and 1 deletions
|
|
@ -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" })
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue