-
Notifications
You must be signed in to change notification settings - Fork 34
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
toreadlink
: $ ln -s /usr/local/bin/greadlink /usr/local/bin/readlink
If you have any other problem to install vim-gocode post an issue there.