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