Skip to content

Commit

Permalink
Update Vundle plugin syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeastock committed Feb 24, 2015
1 parent 0075bb8 commit b84afaa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ looking at the [vim-snippets][vim-snippets] repository.
% git clone https://github.com/honza/vim-snippets.git

* Using [Vundle][vundle], add the following to your `vimrc` then run
`:BundleInstall`
`:PluginInstall`

Bundle "MarcWeber/vim-addon-mw-utils"
Bundle "tomtom/tlib_vim"
Bundle "garbas/vim-snipmate"
Plugin "MarcWeber/vim-addon-mw-utils"
Plugin "tomtom/tlib_vim"
Plugin "garbas/vim-snipmate"

" Optional:
Bundle "honza/vim-snippets"
Plugin "honza/vim-snippets"

## FAQ ##

Expand Down

0 comments on commit b84afaa

Please sign in to comment.