Fix #278 Update documentation for Vundle
This commit is contained in:
parent
bb7c4dd080
commit
ad7b075797
10
README.md
10
README.md
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user