We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45cc712 commit 135a9b5Copy full SHA for 135a9b5
vimrc
@@ -5,6 +5,9 @@ set nocompatible
5
call pathogen#infect()
6
"call pathogen#helptags()
7
8
+" golang.org
9
+set rtp+=$GOROOT/misc/vim
10
+
11
"allow backspacing over everything in insert mode
12
set backspace=indent,eol,start
13
0 commit comments