Update vim and zsh config
This commit is contained in:
parent
3ed67b0aac
commit
b566a1e5f7
|
@ -67,3 +67,7 @@ iabbrev logi log.Info().Msg("
|
||||||
iabbrev loge log.Error().Msg("
|
iabbrev loge log.Error().Msg("
|
||||||
iabbrev logf log.Fatal().Msg("
|
iabbrev logf log.Fatal().Msg("
|
||||||
iabbrev ctxcc ctx context.Context
|
iabbrev ctxcc ctx context.Context
|
||||||
|
iabbrev err! err != nil {<cr>
|
||||||
|
iabbrev ior io.Reader
|
||||||
|
iabbrev iow io.Writer
|
||||||
|
iabbrev gof go func() {
|
||||||
|
|
Loading…
Reference in New Issue