fixed sample .vimrc
This commit is contained in:
parent
bdfe546788
commit
1e03b17dce
@ -22,7 +22,8 @@
|
|||||||
call vundle#rc()
|
call vundle#rc()
|
||||||
|
|
||||||
" let Vundle manage Vundle
|
" let Vundle manage Vundle
|
||||||
Bundle 'gmarik/vundle' " required!
|
" required!
|
||||||
|
Bundle 'gmarik/vundle'
|
||||||
|
|
||||||
" My Bundles here:
|
" My Bundles here:
|
||||||
"
|
"
|
||||||
@ -55,6 +56,7 @@
|
|||||||
" :BundleClean! - remove without confirmation
|
" :BundleClean! - remove without confirmation
|
||||||
"
|
"
|
||||||
" see :h vundle for more details
|
" see :h vundle for more details
|
||||||
|
" Note: comments after Bundle command are not allowed..
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user