junegunn / goyo.vim

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

Add documentation for vim #144

Closed ultimatecoder closed 7 years ago

ultimatecoder commented 7 years ago
junegunn commented 7 years ago

I appreciate your proposal, but I have a private script for converting markdown document to vim help file, so that's not necessary.

While I agree that providing vim help is beneficial for the users, I personally don't like having to maintain the document in two different formats and keep them in sync. I'll think about it.

Having said that, since nowadays we install plugins by cloning the whole repository using a plugin mananger, README.md file should be available on the user's disk drive. If you use vim-plug and fzf.vim, you can browse the plugins files and find README.md file under a certain plugin directory.

:execute 'Files' g:plug_home
chreekat commented 7 years ago

While I agree that providing vim help is beneficial for the users, I personally don't like having to maintain the document in two different formats and keep them in sync. I'll think about it.

Please do. :) One of the most valuable implicit contracts that plugin writers uphold in Vim is the inclusion of help files. I understand that you don't want to maintain two sets of documents (vim and README), but I believe if you have to choose, choose help.

chreekat commented 7 years ago

In the meanwhile, https://github.com/ultimatecoder/goyo-doc