autocmd FileType go \ :iabbrev err@ if err != nil {} autocmd FileType go \ :iabbrev h@ ^ifunc A(c *gin.Context) {} autocmd FileType go \ :iabbrev t@ ^ifunc A(t *testing.T) {} autocmd FileType go \ :iabbrev s@ ^itype A struct {} autocmd FileType go \ :iabbrev f@ ^ifunc A() {}f(li autocmd FileType go \ :iabbrev fat@ log.Fatal(" %v", err)F%i :autocmd FileType go \ :iabbrev if@ if {}%i :autocmd FileType php,html.twig,html,javascript,typescript,vue \ :iabbrev if@ if() {}%i