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

@@ -0,0 +1,7 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haskell') == -1
setlocal comments=s1fl:{-,mb:-,ex:-},:--
setlocal formatoptions-=cro formatoptions+=j
setlocal iskeyword+='
endif