farazdagi / vim-go-ide

Ready to use, fully configured for Go development.
576 stars 290 forks source link

Pathogen dependency #12

Closed sungwoncho closed 8 years ago

sungwoncho commented 8 years ago

I did not have pathogen installed on my machine, and was not able to run vim-go-ide after a fresh install.

After installing Pathogen, it works now. I could specify the dependency to the README if you want.

farazdagi commented 8 years ago

Feel free to supply pull request 😄

linuxus commented 8 years ago

I get this error when I try this plugin ~$ vim -u ~/.vimrc.go Error detected while processing /home/abdi/.vim_go_runtime/vimrc/plugins.vim: line 2: E117: Unknown function: pathogen#infect line 3: E117: Unknown function: pathogen#infect line 4: E117: Unknown function: pathogen#helptags Press ENTER or type command to continue

vimalk78 commented 8 years ago

how to install pathogen ?

i am also getting same error

vimalk78 commented 8 years ago

to install pathogen

mkdir -p ~/.vim/autoload ~/.vim/bundle curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim

linuxus commented 8 years ago

Thanks @vimalk78 for this tip... (fixed the pathogen issue) clearly the instruction on the document did not include this and assumption was made that all the plugins will be loaded with the clone of this repo.

Regards.