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 ctags
From 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