]> Sergey Matveev's repositories - dotfiles.git/blob - vim/.vim/ftplugin/go/fmt.vim
Simpler and less disturbing :Fmt
[dotfiles.git] / vim / .vim / ftplugin / go / fmt.vim
1 set equalprg=goimports
2 command! -buffer Fmt call fmt#Do()