Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 291 Bytes

README.md

File metadata and controls

14 lines (7 loc) · 291 Bytes

Vim plugin for gocode packaged for Vundle.

Install gocode before:

go get -u github.com/nsf/gocode

Put this line in your ~/.vimrc:

Bundle 'undx/vim-gocode'

Then, update your bundles:

:BundleInstall!