Skip to content

Installation on OS X

Blackrush edited this page Sep 12, 2013 · 6 revisions

vim-gocode extensively use the command readlink to detect Go packages. On OS X, you will have to install the coreutils :

$ brew install coreutils And then, create a symbolic link from greadlink to readlink : $ ln -s /usr/local/bin/greadlink /usr/local/bin/readlink

If you have any other problem to install vim-gocode post an issue there.

Clone this wiki locally