GertjanReynaert / cobalt2-vim-theme

Vim port of cobalt2 sublime theme
https://github.com/wesbos/cobalt2
Other
43 stars 10 forks source link

Updates README.md to use new Vundle syntax #2

Closed collier closed 9 years ago

collier commented 9 years ago

Even though Vundle still supports the old 'Bundle' syntax, it would probably be a good to switch to the new 'Plugin' syntax in your README in instructions for installing.

GertjanReynaert commented 9 years ago

@collier First of all thanks for the pr. (I forgot to update the readme when I upgraded my own vundle plugins)

I'll merge for now, since it is definitely better than the old syntax.

Just as a note: I'm currently cleaning up the color theme, and I also switched the readme to vim-plug. You might be interested to switch too, since vim-plug is faster in both loading and installing/updating plugins and requires almost no changes to an existing vundle setup.