From f489429d48adb0ec83f1ef3130976ff310878139 Mon Sep 17 00:00:00 2001 From: Squibid Date: Tue, 19 Nov 2024 13:22:27 -0600 Subject: remove erroneous comma --- lua/conf/plugins/harpoon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/conf/plugins/harpoon.lua b/lua/conf/plugins/harpoon.lua index 36cd7cb..bd86fa0 100644 --- a/lua/conf/plugins/harpoon.lua +++ b/lua/conf/plugins/harpoon.lua @@ -14,7 +14,7 @@ return { 'ThePrimeagen/harpoon', map("n", "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" }) -- cgit v1.2.1