From ef369d45a505403587ea0bae30ce6768ba51398c Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 24 Mar 2017 16:10:53 +0100 Subject: fix: Re-introduce config.vim into build --- ftdetect/polyglot.vim | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ftdetect') diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 63248b95..f4bd7e95 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -1,3 +1,14 @@ +" Enable jsx syntax by default +if !exists('g:jsx_ext_required') + let g:jsx_ext_required = 0 +endif + +" Disable json concealing by default +if !exists('g:vim_json_syntax_conceal') + let g:vim_json_syntax_conceal = 0 +endif + +let g:filetype_euphoria = 'elixir' augroup filetypedetect " apiblueprint:sheerun/apiblueprint.vim autocmd BufReadPost,BufNewFile *.apib set filetype=apiblueprint -- cgit v1.2.3