Update README to use vim-plug syntax

The examples were using the vundle syntax instead.
This commit is contained in:
Jefferson Queiroz Venerando 2015-05-12 11:19:11 -03:00
parent ae4fa0a19a
commit 0ee272928f

View file

@ -97,8 +97,8 @@ Your `~/.zshrc.local` might look like this:
Your `~/.vimrc.bundles.local` might look like this:
Plugin 'Lokaltog/vim-powerline'
Plugin 'stephenmckinney/vim-solarized-powerline'
Plug 'Lokaltog/vim-powerline'
Plug 'stephenmckinney/vim-solarized-powerline'
zsh Configurations
------------------