diff options
author | niliara-edu <nil.jimeno@estudiant.fjaverianas.com> | 2024-08-16 12:30:33 +0200 |
---|---|---|
committer | niliara-edu <nil.jimeno@estudiant.fjaverianas.com> | 2024-08-16 12:30:33 +0200 |
commit | 23a62d70129db30027ba620fc798a666c198ba35 (patch) | |
tree | 51b59657991b10665936e33bb7fcee3873f371ef /nvim/lua/after/plugin/harpoon.lua | |
parent | 37d4a19152bbb2a83f4c0ce7172388240252d8f1 (diff) |
update
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) |