mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-13 17:40:25 +00:00

there has been several times in which I lose my entire mark list because i am not saving upon change, but instead on end.
5 lines
122 B
VimL
5 lines
122 B
VimL
augroup THE_PRIMEAGEN_HARPOON
|
|
autocmd!
|
|
autocmd BufLeave * :lua require('harpoon.mark').store_offset()
|
|
augroup END
|