Big commit biiiig commit
This commit is contained in:
parent
5887fc58e2
commit
0ed010f399
18 changed files with 815 additions and 380 deletions
14
lua/custom/plugins/harpoon.lua
Normal file
14
lua/custom/plugins/harpoon.lua
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
return {
|
||||
'ThePrimeagen/harpoon',
|
||||
lazy = false,
|
||||
dependencies = {
|
||||
'nvim-lua/plenary.nvim',
|
||||
},
|
||||
config = true,
|
||||
keys = {
|
||||
{ '<leader>hm', "<cmd>lua require('harpoon.mark').add_file()<cr>", desc = 'Mark file with harpoon' },
|
||||
{ '<leader>hn', "<cmd>lua require('harpoon.ui').nav_next()<cr>", desc = 'Go to next harpoon mark' },
|
||||
{ '<leader>hp', "<cmd>lua require('harpoon.ui').nav_prev()<cr>", desc = 'Go to previous harpoon mark' },
|
||||
{ '<leader>ha', "<cmd>lua require('harpoon.ui').toggle_quick_menu()<cr>", desc = 'Show harpoon marks' },
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue