Skip to content

Commit

Permalink
feat(nvim): add harpoon mark mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedAbdulrahman committed Dec 22, 2023
1 parent 3d96491 commit 8d35c5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nvim/lua/core/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,8 @@ return {
})

pcall(require('telescope').load_extension, 'harpoon')

vim.keymap.set( "n", "<leader>hm", require('harpoon.mark').add_file)
end,
},
--
Expand Down

0 comments on commit 8d35c5c

Please sign in to comment.