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