summaryrefslogtreecommitdiffstats
path: root/indent/elixir.vim
diff options
context:
space:
mode:
Diffstat (limited to 'indent/elixir.vim')
-rw-r--r--indent/elixir.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/indent/elixir.vim b/indent/elixir.vim
index 636097b7..863104d3 100644
--- a/indent/elixir.vim
+++ b/indent/elixir.vim
@@ -1,3 +1,5 @@
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'elixir') == -1
+
" Vim indent file
" Language: Elixir
" Maintainer: Carlos Galdino <carloshsgaldino@gmail.com>
@@ -117,3 +119,5 @@ endfunction
let &cpo = s:cpo_save
unlet s:cpo_save
+
+endif