Project status

18 Mar 2014

Our projects

We now have quite a few projects in the vim-erlang organization:

Installing all projects

  1. Install the Vim plugin called pathogen, which helps installing further plugins.

  2. Clone all repositories:

    cd ~/.vim/bundle
    git clone git@github.com:vim-erlang/vim-erlang-runtime.git
    git clone git@github.com:vim-erlang/vim-erlang-compiler.git
    git clone git@github.com:vim-erlang/vim-erlang-omnicomplete.git
    git clone git@github.com:vim-erlang/vim-erlang-tags.git
    
  3. Generate help files:

    :Helptags
    

Help pages are available via the :help command, e.g. :help vim-erlang-compiler.