" Basics set autoindent noexpandtab tabstop=4 shiftwidth=4 " Shortcuts abbrev funct func Test(t *testing.T) {}kwwi abbrev trun t.Run("", func(t *testing.T) {})%la abbrev terr t.Errorf("got %v, want %v", got, want)02f,lcaw abbrev thelp func(t *testing.T) {t.Helper()}ko abbrev fori for i := 0; i <; i++{}k2f;i abbrev fore for i, c := range{}kf{i " Compiling nnoremap :GoFmt nnoremap :!clear:GoRun nnoremap :GoBuild nnoremap :GoTest nnoremap :GoImports nnoremap :GoDebugStart nnoremap gd :GoDef nnoremap :GoDoc map :!clear; GOOS=windows GOARCH=386 go build -o %<.exe %