From f9311db805dc29ed96b009c836231cd87b43b861 Mon Sep 17 00:00:00 2001 From: Squibid Date: Sun, 18 May 2025 22:32:28 -0400 Subject: try and make everything confined to 80chars --- lua/conf/plugins/harpoon.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lua/conf/plugins/harpoon.lua') diff --git a/lua/conf/plugins/harpoon.lua b/lua/conf/plugins/harpoon.lua index b4b2330..5bb02d0 100644 --- a/lua/conf/plugins/harpoon.lua +++ b/lua/conf/plugins/harpoon.lua @@ -13,9 +13,8 @@ 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 - }) + vim.notify("added "..vim.fn.expand("%:t").." to quickmarks", + vim.log.levels.INFO, { title = misc.appid }) end, { desc = "add current file to quickmarks" }) map("n", "", function() harpoon.ui:toggle_quick_menu(harpoon:list()) end) -- cgit v1.2.1