Skip to content

Pathogen dependency #12

Closed
Closed
@sungwoncho

Description

@sungwoncho

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.

Activity

farazdagi

farazdagi commented on Jun 23, 2016

@farazdagi
Owner

Feel free to supply pull request 😄

linuxus

linuxus commented on Jul 4, 2016

@linuxus

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

vimalk78 commented on Jul 8, 2016

@vimalk78

how to install pathogen ?

i am also getting same error

vimalk78

vimalk78 commented on Jul 8, 2016

@vimalk78

to install pathogen

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

linuxus

linuxus commented on Jul 8, 2016

@linuxus

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.

added a commit that references this issue on Dec 28, 2017

Merge pull request #2 from 7c00/master

1c39ec1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @farazdagi@vimalk78@linuxus@sungwoncho

        Issue actions

          Pathogen dependency · Issue #12 · farazdagi/vim-go-ide