Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 384 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 384 Bytes

gocode.vim

All credit goes to nsf/code

Installation

You need to install gocode first.

go get -u github.com/nsf/gocode

Vundle

Add this line to your ~/.vimrc configuration file :

Bundle 'Vladimiroff/vim-gocode'

And then run vim :

vim +BundleInstall

Pathogen

Clone the plugin into your ~/.vim/bundle directory