From 23a62d70129db30027ba620fc798a666c198ba35 Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Fri, 16 Aug 2024 12:30:33 +0200 Subject: update --- nvim/lua/after/plugin/harpoon.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 nvim/lua/after/plugin/harpoon.lua (limited to 'nvim/lua/after/plugin/harpoon.lua') diff --git a/nvim/lua/after/plugin/harpoon.lua b/nvim/lua/after/plugin/harpoon.lua new file mode 100644 index 0000000..2d22c19 --- /dev/null +++ b/nvim/lua/after/plugin/harpoon.lua @@ -0,0 +1,3 @@ +local mark = require("harpoon.mark") +local ui = require("harpoon.ui") +vim.keymap.set("n", "a", mark.add_file) -- cgit v1.2.3