You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
Activity
farazdagi commentedon Jun 23, 2016
Feel free to supply pull request 😄
linuxus commentedon Jul 4, 2016
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 commentedon Jul 8, 2016
how to install pathogen ?
i am also getting same error
vimalk78 commentedon Jul 8, 2016
to install pathogen
mkdir -p ~/.vim/autoload ~/.vim/bundle
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
linuxus commentedon Jul 8, 2016
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.
Merge pull request #2 from 7c00/master