junegunn / goyo.vim

:tulip: Distraction-free writing in Vim
MIT License
4.5k stars 115 forks source link

Use autoload-ing #55

Closed edkolev closed 9 years ago

edkolev commented 9 years ago

Thank you for this plugin!

Are you interested in making goyo.vim use vim's autoload-ing? I've modified goyo.vim here https://github.com/edkolev/goyo.vim. Basically, I just

I haven't run into any issues yet, but I suspect there may be some lurking around. In particular, I suspect some autocommands may not be working properly.

BTW yes, I know this is completely unnecessary if you're using a lazy-loading plugin manager like vim-plug :)

Again, thanks!

junegunn commented 9 years ago

Thanks. I've been putting off doing it forever. Let me know if you see any issue.