diff options
Diffstat (limited to 'config.vim')
-rw-r--r-- | config.vim | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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' |