elixir-editors / vim-elixir

Vim configuration files for Elixir

Home Page:http://elixir-lang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Posibility to diable Dialyxir

sonic182 opened this issue · comments

Can be disabled Dialyxir usage? It makes my computer sound a lot when I'm working on a project with many dependencies.

Would be nice to have the possibility of toggle it.

If there is already any possibility would be nice to have it documented.

hi @sonic182,

Are you using it with ale

If yes this is the way I disable dailyzer -

Test g:ale_elixir_elixir_ls_config = { 
\   'elixirLS': {
\     'dialyzerEnabled': v:false,
\   },  
\}