mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-14 01:50:27 +00:00
8 lines
247 B
VimL
8 lines
247 B
VimL
com! -nargs=1 Harpoon call harpoon#cmd(<args>)
|
|
|
|
augroup THE_PRIMEAGEN_HARPOON
|
|
autocmd!
|
|
autocmd VimLeave * :lua require('harpoon.manage-a-mark').save()
|
|
autocmd BufLeave * :lua require('harpoon.manage-a-mark').store_offset()
|
|
augroup END
|