1
0
Fork 0
mirror of synced 2024-11-22 16:55:34 -05:00

add one file to vimrcs making life easier for managing plugins

This commit is contained in:
hustcalm 2013-06-24 22:59:25 +08:00
parent 5e88e2a68c
commit 570010d8f7

View file

@ -0,0 +1,7 @@
set nocompatible
syntax on
filetype off
set rtp+=~/.vim_runtime/bundle/vundle/
call vundle#rc()
Bundle 'gmarik/vundle'
filetype plugin indent on