Change elm provider, closes #224

This commit is contained in:
Adam Stankiewicz
2017-09-27 20:52:13 +02:00
parent 6a12aa87f4
commit 7673a61990
10 changed files with 829 additions and 262 deletions

View File

@@ -187,8 +187,10 @@ endfunction
augroup END
augroup filetypedetect
" elm:lambdatoast/elm.vim
au BufNewFile,BufRead *.elm set filetype=elm
" elm:ElmCast/elm-vim
" detection for Elm (http://elm-lang.org/)
au BufRead,BufNewFile *.elm set filetype=elm
augroup END
augroup filetypedetect