Docs
This commit is contained in:
parent
a865c49697
commit
dfd71b7aa4
@ -10,10 +10,10 @@
|
|||||||
|
|
||||||
2. Configure bundles:
|
2. Configure bundles:
|
||||||
|
|
||||||
Put into your `~/.vimrc`:
|
Sample `.vimrc`:
|
||||||
|
|
||||||
set nocompatible " be iMproved
|
set nocompatible " be iMproved
|
||||||
filetype off
|
filetype off " required!
|
||||||
|
|
||||||
set rtp+=~/.vim/vundle.git/
|
set rtp+=~/.vim/vundle.git/
|
||||||
call vundle#rc()
|
call vundle#rc()
|
||||||
@ -32,7 +32,7 @@
|
|||||||
Bundle 'git://git.wincent.com/command-t.git'
|
Bundle 'git://git.wincent.com/command-t.git'
|
||||||
" ...
|
" ...
|
||||||
|
|
||||||
filetype plugin indent on
|
filetype plugin indent on " required!
|
||||||
|
|
||||||
3. Install configured bundles:
|
3. Install configured bundles:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user