" 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 %d, want %d", got, want) abbrev fori for i := 0; i < ; i++{}k2f;i " Compiling nnoremap :GoFmt nnoremap :!clear:GoRun nnoremap :GoBuild nnoremap :GoTest nnoremap :GoDebugStart nnoremap gd :GoDef nnoremap :GoDoc map :!clear; GOOS=windows GOARCH=386 go build -o %<.exe %