nvim/pack/acp/start/vim-go/ftplugin/gomod/commands.vim

4 lines
132 B
VimL
Raw Normal View History

2019-06-03 14:58:18 +00:00
command! -nargs=0 -range GoModFmt call go#mod#Format()
command! -nargs=0 GoModFmtAutoSaveToggle call go#mod#ToggleModFmtAutoSave()