skywind3000 / vim-rt-format

:sunglasses: Prettify Current Line on Enter !!
MIT License
112 stars 4 forks source link

Add pip3 install to Plug install in readme #1

Open Racle opened 3 years ago

Racle commented 3 years ago

You could change Plug install to this in readme: Plug 'skywind3000/vim-rt-format', { 'do': 'pip3 install autopep8' }

Plug then automatically runs pip3 install autopep8 so user doesn't have to install that manually.

skywind3000 commented 3 years ago

thanks, done