diff options
Diffstat (limited to 'nvim/lua/after/plugin/harpoon.lua')
-rw-r--r-- | nvim/lua/after/plugin/harpoon.lua | 3 |
1 files changed, 3 insertions, 0 deletions
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", "<leader>a", mark.add_file) |