Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

(v3.7.0) Elixir: elixir

LCD 47 edited this page Oct 6, 2015 · 1 revision

Maintainer: Richard Ramsden rramsden@gmail.com

See the project's page for details.

Security

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

There is also a buffer-local version of this variable, that takes precedence over it in the buffers where it is defined.

Please note that setting this variable doesn't automatically enable the checker, you still need to add it to g:syntastic_elixir_checkers if you want to use it.

Clone this wiki locally