From 1f1e821192d25d630587aa9d53bd8d428fb09c4d Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 18 Oct 2015 16:08:51 +0200 Subject: Change haskell provider to neovimhaskell/haskell-vim, closes #75 --- after/ftplugin/haskell.vim | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 after/ftplugin/haskell.vim (limited to 'after/ftplugin/haskell.vim') diff --git a/after/ftplugin/haskell.vim b/after/ftplugin/haskell.vim new file mode 100644 index 00000000..387ffe71 --- /dev/null +++ b/after/ftplugin/haskell.vim @@ -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 -- cgit v1.2.3