harpoon/plugin/mark.vim
ThePrimeagen 6e56ab4150 feat(logging): Enhanced the logging
Made a key appear on all the logs so its easy to read each sessions data
instead of one big ass-file
2021-05-06 13:22:56 -06:00

5 lines
131 B
VimL

augroup THE_PRIMEAGEN_HARPOON
autocmd!
autocmd BufLeave,VimLeave * :lua require('harpoon.mark').store_offset()
augroup END