my config
This commit is contained in:
parent
94f551b803
commit
dece0f088a
15 changed files with 189 additions and 424 deletions
13
lua/custom/plugins/harpoon.lua
Normal file
13
lua/custom/plugins/harpoon.lua
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
return {
|
||||
'ThePrimeagen/harpoon',
|
||||
version = '*',
|
||||
config = function()
|
||||
require('telescope').load_extension 'harpoon'
|
||||
|
||||
local mark = require 'harpoon.mark'
|
||||
local ui = require 'harpoon.ui'
|
||||
|
||||
vim.keymap.set('n', '<leader>a', mark.add_file)
|
||||
vim.keymap.set('n', '<C-e>', ui.toggle_quick_menu)
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue