@@ -1,3 +1,13 @@
+" Vundle plugin manager
+set nocompatible
+filetype off
+
+set rtp+=~/.vim/bundle/Vundle.vim
+call vundle#begin()
+Plugin 'VundleVim/Vundle.vim'
+call vundle#end()
" Make hard tab look like 4 spaces tabs
set shiftwidth=4
set tabstop=4