A vimfiles collection tailored for Erlang development
-
Setup [vimfiles]:
$ git clone https://github.com/dmccown/vimfiles-erlang-linux.git ~/.vim -
Install vundle:
$ git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle -
Install ctags:
$ sudo apt-get install ctagsFrom your project directory:
$ ctags --file-scope=no -R --languages=erlang -
Configure bundles:
vim +BundleInstall +qall -
Configure symlinks:
./install.sh
Move most of the manual steps to the install.sh script