Added vim support for Go.

This commit is contained in:
Scott Wallace 2014-11-21 19:54:02 +00:00
parent 677fd18706
commit ee218cc667

3
.vimrc
View file

@ -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()