Update README to use vim-plug syntax
The examples were using the vundle syntax instead.
This commit is contained in:
parent
ae4fa0a19a
commit
0ee272928f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue