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