mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-13 22:13:50 -05:00
Fix elixir not opening with :Explore, closes #172
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user