Docs
This commit is contained in:
parent
614685d316
commit
e103c1867b
17
README.md
17
README.md
@ -2,18 +2,19 @@
|
|||||||
|
|
||||||
** Warning: alpha quality **
|
** Warning: alpha quality **
|
||||||
|
|
||||||
[Vundle] is a short cut for [Vim]bundle and is a 67 LOC plugin for managing [Vim] plugins.
|
[Vundle] is a short cut for [V](#)imb[undle](#) and is a 67 LOC plugin for managing [Vim] plugins.
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
curl http://github.com/gmarik/vundle/raw/master/plugin/vundle.vim > ~/.vim/plugin/vundle.vim
|
mkdir -p ~/.vim/autoload/ && \
|
||||||
|
curl http://github.com/gmarik/vundle/raw/master/plugin/vundle.vim > ~/.vim/autoload/vundle.vim
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Append those lines to your .vimrc
|
Append those lines to your <code>~/.vim/bundlerc</code>
|
||||||
|
|
||||||
source ~/.vim/plugin/vundle.vim
|
cat >> ~/.vim/bundlerc <EOF
|
||||||
|
|
||||||
Bundle "http://github.com/vim-scripts/L9.git"
|
Bundle "http://github.com/vim-scripts/L9.git"
|
||||||
Bundle "http://github.com/vim-scripts/FuzzyFinder.git"
|
Bundle "http://github.com/vim-scripts/FuzzyFinder.git"
|
||||||
@ -21,11 +22,15 @@ Append those lines to your .vimrc
|
|||||||
Bundle "http://github.com/vim-scripts/rails.vim.git"
|
Bundle "http://github.com/vim-scripts/rails.vim.git"
|
||||||
Bundle "http://github.com/vim-scripts/ack.vim.git"
|
Bundle "http://github.com/vim-scripts/ack.vim.git"
|
||||||
|
|
||||||
BundleRequire
|
EOF
|
||||||
|
|
||||||
|
Add to your <code>.vimrc</code>
|
||||||
|
|
||||||
|
call vundle#rc()
|
||||||
|
|
||||||
BTW using [Vim-Scripts.org](http://vim-scripts.org) we have access to all vim plugins.
|
BTW using [Vim-Scripts.org](http://vim-scripts.org) we have access to all vim plugins.
|
||||||
|
|
||||||
## Installing bundled plugins
|
## Installing plugins
|
||||||
|
|
||||||
vim -e -c 'BundleInstall' -c 'q'
|
vim -e -c 'BundleInstall' -c 'q'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user