go.vim: add abbrev

This commit is contained in:
Rob Watson 2021-04-28 10:33:17 +02:00
parent 24659db3f6
commit 16712a00e3
1 changed files with 1 additions and 0 deletions

View File

@ -66,3 +66,4 @@ iabbrev logi log.Info().Msg("
iabbrev loge log.Error().Msg("
iabbrev logf log.Fatal().Msg("
iabbrev rn return nil
iabbrev fnc func() {<cr><cr>}<esc>kcc