Vim language support for the Elixir programming language.
- Syntax highlighting is the only currently supported feature
- For a local installation, copy the repository files to
~/.vim
- For a global installation, copy the repository files to your runtime
directory, e.g.
/usr/share/vim/vim73
(precise directory name will vary) - I recommend using the excellent
vim-pathogen. To install using
pathogen simply clone the repository to your pathogen directory, usually
~/.vim/bundle/
:git clone git@github.com:huffman/vim-elixir.git
Contributions welcome :)