]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/ftplugin/go/autos.vim
Have not used zshfe for years
[dotfiles.git] / vim / .vim / ftplugin / go / autos.vim
1 set noexpandtab
2 let b:defsplit_shift="  "
3 set makeprg=go\ build
4
5 let @e = "^iif err = \eA; err != nil {\eo "
6 let @r = "oif err != nil {\r}\eO  "