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/cabal.vim | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 after/ftplugin/cabal.vim (limited to 'after/ftplugin/cabal.vim') diff --git a/after/ftplugin/cabal.vim b/after/ftplugin/cabal.vim new file mode 100644 index 00000000..a4f042ba --- /dev/null +++ b/after/ftplugin/cabal.vim @@ -0,0 +1,8 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'haskell') == -1 + +setlocal comments=s1fl:{-,mb:-,ex:-},:-- +setlocal formatoptions-=cro formatoptions+=j +setlocal iskeyword+=-,.,* +setlocal commentstring=--\ %s + +endif -- cgit v1.2.3