Auto-enable poppy
killtheliterate opened this issue · 1 comments
killtheliterate commented
Heya, just a question, is there a way to auto-enable poppy
without executing the mapping you provided in the README?
killtheliterate commented
Just figured it out:
augroup Poppy
autocmd!
autocmd CursorMoved * call PoppyInit()
augroup end