Fixed a typo in the vim config.
This commit is contained in:
parent
ee218cc667
commit
0bce103f48
2
.vimrc
2
.vimrc
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue