From 88e0b5137a99268d38af576e660b012d0b960349 Mon Sep 17 00:00:00 2001 From: valeth Date: Wed, 20 Apr 2016 18:11:44 +0200 Subject: [PATCH] disable haskell-vim omnifunc --- after/ftplugin/haskell.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/after/ftplugin/haskell.vim b/after/ftplugin/haskell.vim index 3299acc..928bd24 100644 --- a/after/ftplugin/haskell.vim +++ b/after/ftplugin/haskell.vim @@ -3,3 +3,7 @@ set expandtab set softtabstop=4 set shiftwidth=4 set shiftround + +" Disable haskell-vim omnifunc +let g:haskellmode_completion_ghc = 0 +autocmd FileType haskell setlocal omnifunc=necoghc#omnifunc