diff --git a/.vimrc b/.vimrc index 8b2a3f0..b917224 100644 --- a/.vimrc +++ b/.vimrc @@ -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()