@ -1,6 +1,9 @@
set nocompatible " be iMproved, required
filetype off " required
# Ensure vim knows about Go(lang)
set rtp+=$GOROOT/misc/vim
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()