Documentation
This commit is contained in:
parent
e103c1867b
commit
35da00a25a
11
README.md
11
README.md
@ -8,28 +8,27 @@
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
mkdir -p ~/.vim/autoload/ && \
|
mkdir -p ~/.vim/autoload/ && \
|
||||||
curl http://github.com/gmarik/vundle/raw/master/plugin/vundle.vim > ~/.vim/autoload/vundle.vim
|
curl http://github.com/gmarik/vundle/raw/bundlerc/autoload/vundle.vim > ~/.vim/autoload/vundle.vim
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Append those lines to your <code>~/.vim/bundlerc</code>
|
Append those lines to your <code>~/.vim/bundlerc</code>
|
||||||
|
|
||||||
cat >> ~/.vim/bundlerc <EOF
|
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"
|
||||||
Bundle "git://git.wincent.com/command-t.git"
|
Bundle "git://git.wincent.com/command-t.git"
|
||||||
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"
|
||||||
|
" check http://vim-scripts.org for more
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
BTW [Vim-Scripts.org](http://vim-scripts.org) is a git mirror of all vim scripts.
|
||||||
|
|
||||||
Add to your <code>.vimrc</code>
|
Add to your <code>.vimrc</code>
|
||||||
|
|
||||||
call vundle#rc()
|
call vundle#rc()
|
||||||
|
|
||||||
BTW using [Vim-Scripts.org](http://vim-scripts.org) we have access to all vim plugins.
|
|
||||||
|
|
||||||
## Installing plugins
|
## Installing plugins
|
||||||
|
|
||||||
vim -e -c 'BundleInstall' -c 'q'
|
vim -e -c 'BundleInstall' -c 'q'
|
||||||
|
Loading…
Reference in New Issue
Block a user