From cf1e53bc39c96b9f5586a68efa118a13c615da13 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 18 Jul 2015 23:22:55 +0200 Subject: Changed haskell provider to raichoo/haskell-vim, closes #63 --- after/ftplugin/haskell.vim | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'after/ftplugin/haskell.vim') diff --git a/after/ftplugin/haskell.vim b/after/ftplugin/haskell.vim index 4b315458..387ffe71 100644 --- a/after/ftplugin/haskell.vim +++ b/after/ftplugin/haskell.vim @@ -1,13 +1,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haskell') == -1 -" Vim ftplugin file -" Language: Haskell -" Maintainer: Tristan Ravitch - -" I don't fully understand what the vim-default ftplugin does, but I do know -" that the three-part comment entry really messes up this indenter (I also -" hate the leading '-'s it puts in on each line). Disable it here. -setlocal comments& -setlocal comments=:-- +setlocal comments=s1fl:{-,mb:-,ex:-},:-- +setlocal formatoptions-=cro formatoptions+=j +setlocal iskeyword+=' endif -- cgit v1.2.3