Docs improved
This commit is contained in:
parent
20695c546a
commit
f1fe4c0008
@ -5,7 +5,7 @@
|
|||||||
## Why
|
## Why
|
||||||
[Vundle] can:
|
[Vundle] can:
|
||||||
|
|
||||||
- automatically install vim script (aka bundle)
|
- automatically install vim scripts (aka bundle)
|
||||||
- manage runtime path of your installed scripts so you don't have to
|
- manage runtime path of your installed scripts so you don't have to
|
||||||
- disable/enable bundles by commenting/uncommenting configured Bundle(requires reload)
|
- disable/enable bundles by commenting/uncommenting configured Bundle(requires reload)
|
||||||
- NEW: search [all available vim scripts] by name
|
- NEW: search [all available vim scripts] by name
|
||||||
@ -36,14 +36,17 @@ in order to install/search [all available vim scripts]
|
|||||||
|
|
||||||
3. Install configured bundles:
|
3. Install configured bundles:
|
||||||
|
|
||||||
Launch <code>vim</code> and run <code>:BundleInstall</code>.
|
Launch <code>vim</code>, run <code>:BundleInstall</code> and restart Vim.
|
||||||
|
|
||||||
Or from command line:
|
Or from command line:
|
||||||
|
|
||||||
$ vim -e -c 'BundleInstall' -c 'q'
|
$ vim -e -c 'BundleInstall' -c 'q'
|
||||||
|
|
||||||
|
|
||||||
triggers [Git clone](http://gitref.org/creating/#clone) for each configured repo to <code>~/.vim/bundle/</code>.
|
triggers [Git clone](http://gitref.org/creating/#clone) for each configured repo to <code>~/.vim/bundle/</code>.
|
||||||
|
|
||||||
|
**Make sure to restart Vim after installing new scripts**.
|
||||||
|
|
||||||
See [gmarik's vimrc](https://github.com/gmarik/vimfiles/blob/1f4f26d42f54443f1158e0009746a56b9a28b053/vimrc#L136) for working example.
|
See [gmarik's vimrc](https://github.com/gmarik/vimfiles/blob/1f4f26d42f54443f1158e0009746a56b9a28b053/vimrc#L136) for working example.
|
||||||
|
|
||||||
## Searching
|
## Searching
|
||||||
|
Loading…
Reference in New Issue
Block a user