go.vim: add iabbrev

This commit is contained in:
Rob Watson 2022-01-09 16:06:19 +01:00
parent f186553f90
commit 94fc69987d
1 changed files with 1 additions and 0 deletions

View File

@ -71,3 +71,4 @@ iabbrev err! err != nil {<cr><cr>}<esc>kcc<c-r>=Eatchar('\s')<cr>
iabbrev ior io.Reader
iabbrev iow io.Writer
iabbrev gof go func() {<cr><cr>}()<esc>kcc<c-r>=Eatchar('\s')<cr>
iabbrev fortc for _, tc := range testCases {<cr>t.Run(tc.name, func(t *testing.T) {<cr><cr>})<cr>}<esc>kkcc<c-r>=Eatchar('\s')<cr>