nnoremap _ ciw_b iabbrev mk make([]MyType, 0)9h iabbrev wr w http.ResponseWriter, r *http.Request=Eatchar('\s') iabbrev ttt t *testing.T iabbrev errP ccif err != nil {panic(err)} iabbrev errl ccif err != nil {log.Println(err)} iabbrev errf ccif err != nil {log.Fatal(err)} iabbrev errp ccif err != nil {fmt.Println(err)} iabbrev errr ccif err != nil {return err} iabbrev defr ccdefer func() {}()ki iabbrev fmtpf fmt.Printf("\n")3hi=Eatchar('\s') iabbrev fmtpl fmt.Println("")hi=Eatchar('\s') iabbrev fmterr fmt.Errorf(": %s", err)10hi=Eatchar('\s') iabbrev logpf log.Printf("\n")3hi=Eatchar('\s') iabbrev logpl log.Println("")hi=Eatchar('\s') iabbrev ctxcc ctx context.Context iabbrev err! err != nil {}kcc=Eatchar('\s') iabbrev ior io.Reader iabbrev iorc io.ReadCloser iabbrev iow io.Writer iabbrev gfnc go func() {}()kcc=Eatchar('\s') iabbrev fnc func() {}kcc=Eatchar('\s') iabbrev fortc for _, tc := range testCases {t.Run(tc.name, func(t *testing.T) {})}kkcc=Eatchar('\s') iabbrev mapss map[string]string iabbrev mapsi map[string]int iabbrev mapsa map[string]any iabbrev mapaa map[any]any