Skip to content

Commit

Permalink
Fix elixir not opening with :Explore, closes #172
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerun committed Feb 2, 2017
1 parent 7404993 commit 8002795
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.vim
Expand Up @@ -7,3 +7,5 @@ endif
if !exists('g:vim_json_syntax_conceal')
let g:vim_json_syntax_conceal = 0
endif

let g:filetype_euphoria = 'elixir'
2 changes: 2 additions & 0 deletions ftdetect/polyglot.vim
Expand Up @@ -8,6 +8,8 @@ endif
if !exists('g:vim_json_syntax_conceal')
let g:vim_json_syntax_conceal = 0
endif

let g:filetype_euphoria = 'elixir'
" ftdetect/ansible.vim
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ansible') == -1

Expand Down

0 comments on commit 8002795

Please sign in to comment.