Skip to content

Commit 135a9b5

Browse files
committed
Add support for Go
1 parent 45cc712 commit 135a9b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vimrc

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ set nocompatible
55
call pathogen#infect()
66
"call pathogen#helptags()
77

8+
" golang.org
9+
set rtp+=$GOROOT/misc/vim
10+
811
"allow backspacing over everything in insert mode
912
set backspace=indent,eol,start
1013

0 commit comments

Comments
 (0)