Added vim support for Go.
This commit is contained in:
parent
677fd18706
commit
ee218cc667
3
.vimrc
3
.vimrc
|
@ -1,6 +1,9 @@
|
||||||
set nocompatible " be iMproved, required
|
set nocompatible " be iMproved, required
|
||||||
filetype off " 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 the runtime path to include Vundle and initialize
|
||||||
set rtp+=~/.vim/bundle/Vundle.vim
|
set rtp+=~/.vim/bundle/Vundle.vim
|
||||||
call vundle#begin()
|
call vundle#begin()
|
||||||
|
|
Loading…
Reference in a new issue