Fix elixir not opening with :Explore, closes #172

This commit is contained in:
Adam Stankiewicz
2017-02-02 22:11:43 +01:00
parent 7404993f0c
commit 8002795088
2 changed files with 4 additions and 0 deletions

View File

@@ -7,3 +7,5 @@ endif
if !exists('g:vim_json_syntax_conceal') if !exists('g:vim_json_syntax_conceal')
let g:vim_json_syntax_conceal = 0 let g:vim_json_syntax_conceal = 0
endif endif
let g:filetype_euphoria = 'elixir'

View File

@@ -8,6 +8,8 @@ endif
if !exists('g:vim_json_syntax_conceal') if !exists('g:vim_json_syntax_conceal')
let g:vim_json_syntax_conceal = 0 let g:vim_json_syntax_conceal = 0
endif endif
let g:filetype_euphoria = 'elixir'
" ftdetect/ansible.vim " ftdetect/ansible.vim
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ansible') == -1 if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ansible') == -1