diff options
Diffstat (limited to 'ftplugin/eelixir.vim')
-rw-r--r-- | ftplugin/eelixir.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/eelixir.vim b/ftplugin/eelixir.vim index 1b337f58..61a59a05 100644 --- a/ftplugin/eelixir.vim +++ b/ftplugin/eelixir.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'elixir') +if has_key(g:polyglot_is_disabled, 'elixir') finish endif |