Change haskell provider to neovimhaskell/haskell-vim, closes #75

This commit is contained in:
Adam Stankiewicz
2015-10-18 16:08:51 +02:00
parent ae882e85f8
commit 1f1e821192
11 changed files with 574 additions and 2 deletions

View File

@@ -114,6 +114,10 @@ autocmd BufNewFile,BufRead *.haml,*.hamlbars,*.hamlc setf haml
autocmd BufNewFile,BufRead *.sass setf sass
autocmd BufNewFile,BufRead *.scss setf scss
endif
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haskell') == -1
au BufRead,BufNewFile *.hsc set filetype=haskell
endif
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haxe') == -1
autocmd BufNewFile,BufRead *.hx setf haxe