This project contains some Vim configuration files to work with Elixir.
So far it's included:
-
Syntax highlighting
-
Filetype detection
-
Auto indentation
-
Copy the files to your
~/.vimdirectory. -
If you use vim-pathogen you can clone this repo into
~/.vim/bundle
If you are looking for snipmate snippets take a look at: elixir-snippets
⚠️ Warning: Older versions (<= 3.4.0-106) of Syntastic check Elixir scripts by executing them. In addition to being unsafe, this can cause Vim to hang while saving Elixir scripts. This is not an error invim-elixir. The issue is remedied in Syntastic by disabling Elixir checking by default.If your version of Syntastic is below
3.4.0-107(16 July 2014), you should update to a newer version.
