Fixed a typo in the vim config.

This commit is contained in:
Scott Wallace 2014-11-21 19:56:52 +00:00
parent ee218cc667
commit 0bce103f48

2
.vimrc
View file

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