go.vim: add iabbrev
This commit is contained in:
parent
f186553f90
commit
94fc69987d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue