Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

dmccown/vimfiles-erlang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A vimfiles collection tailored for Erlang development

Quick start

  1. Setup [vimfiles]:

    $ git clone https://github.com/dmccown/vimfiles-erlang-linux.git ~/.vim
    
  2. Install vundle:

    $ git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
    
  3. Install ctags:

    $ sudo apt-get install ctags
    

    From your project directory:

    $ ctags --file-scope=no -R --languages=erlang
    
  4. Configure bundles: vim +BundleInstall +qall

  5. Configure symlinks: ./install.sh

TODO

Move most of the manual steps to the install.sh script

About

vimfiles for erlang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published