Skip to content

Commit

Permalink
vim: ignore ale for elixir
Browse files Browse the repository at this point in the history
  • Loading branch information
bzf committed Jan 10, 2018
1 parent ebbca11 commit 7ba48c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/nvim/rcplugins/ale.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
" ale.vim

let g:ale_linters = {
\ 'elixir': ['mix'],
\}

0 comments on commit 7ba48c3

Please sign in to comment.