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

Made a key appear on all the logs so its easy to read each sessions data instead of one big ass-file
5 lines
131 B
VimL
5 lines
131 B
VimL
augroup THE_PRIMEAGEN_HARPOON
|
|
autocmd!
|
|
autocmd BufLeave,VimLeave * :lua require('harpoon.mark').store_offset()
|
|
augroup END
|