Fix #278 Update documentation for Vundle

This commit is contained in:
Shougo Matsushita 2015-06-23 08:27:39 +09:00
parent bb7c4dd080
commit ad7b075797
1 changed files with 5 additions and 5 deletions

View File

@ -47,15 +47,15 @@ Notes:
And [neosnippet-snippets](https://github.com/Shougo/neosnippet-snippets)
```vim
Bundle 'Shougo/neocomplcache'
Plugin 'Shougo/neocomplcache'
or
Bundle 'Shougo/neocomplete'
Plugin 'Shougo/neocomplete'
Bundle 'Shougo/neosnippet'
Bundle 'Shougo/neosnippet-snippets'
Plugin 'Shougo/neosnippet'
Plugin 'Shougo/neosnippet-snippets'
```
3. Open up Vim and start installation with `:BundleInstall`
3. Open up Vim and start installation with `:PluginInstall`
### Neobundle