bounceme/poppy.vim

Auto-enable poppy

killtheliterate opened this issue · 1 comments

Heya, just a question, is there a way to auto-enable poppy without executing the mapping you provided in the README?

Just figured it out:

augroup Poppy
  autocmd!
  autocmd CursorMoved * call PoppyInit()
augroup end