feat: nvim tree
This commit is contained in:
parent
b7a6606f8b
commit
3b6204cfd1
3 changed files with 29 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ return {
|
|||
local harpoon = require 'harpoon'
|
||||
harpoon:setup {}
|
||||
vim.keymap.set({ 'n' }, '<leader>a', function()
|
||||
harpoon:list():append()
|
||||
harpoon:list():add()
|
||||
end, { desc = '[A]ppend File to harpoon' })
|
||||
vim.keymap.set('n', '<C-e>', function()
|
||||
harpoon.ui:toggle_quick_menu(harpoon:list())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue