diff --git a/vimrcs/plugins_manager.vim b/vimrcs/plugins_manager.vim new file mode 100644 index 00000000..fd946b0d --- /dev/null +++ b/vimrcs/plugins_manager.vim @@ -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