this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

harpoon fix

+1 -1
+1 -1
lua/technoduck/lazy_plugins/harpoon.lua
··· 9 9 harpoon:setup() 10 10 11 11 12 - vim.keymap.set("n", "<leader>a", function() harpoon:list():append() end) 12 + vim.keymap.set("n", "<leader>a", function() harpoon:list():add() end) 13 13 vim.keymap.set("n", "<C-e>", function() harpoon.ui:toggle_quick_menu(harpoon:list()) end) 14 14 15 15 vim.keymap.set("n", "<C-h>", function() harpoon:list():select(1) end)