forked from vim-syntastic/syntastic
-
Notifications
You must be signed in to change notification settings - Fork 0
(v3.6.0) Elixir: elixir
LCD 47 edited this page Jan 19, 2015
·
1 revision
Maintainer: Richard Ramsden [email protected]
See the project's page for details.
This checker executes the code in the files it checks. This is probably
fine if you wrote the files yourself, but it can be a problem if you're trying
to check third party files. If you are 100% willing to let Vim run the code
in your files, set g:syntastic_enable_elixir_checker
to 1 in your vimrc to
enable this checker:
let g:syntastic_enable_elixir_checker = 1
[Syntastic Wiki][0] [0]: https://github.com/scrooloose/syntastic/wiki/