Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 428 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 428 Bytes

goutils.vim

Just a collecction of shortcuts for using Go

Very basic support for Go's dep

Installation:

With vim-plug:

call plug#begin()
...
Plugin 'dtoebe/godep.vim'
...
call plug#end()

Usage:

Commands:

:DepEnsure runs dep ensure -v

:DepInit runs dep init

:GoGet pkg/name runs go get -u -v pkg/name