summaryrefslogtreecommitdiff
path: root/.vim/ftplugin/haskell.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/ftplugin/haskell.vim')
-rw-r--r--.vim/ftplugin/haskell.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/ftplugin/haskell.vim b/.vim/ftplugin/haskell.vim
index a1ad287..8063e58 100644
--- a/.vim/ftplugin/haskell.vim
+++ b/.vim/ftplugin/haskell.vim
@@ -6,6 +6,7 @@ set shiftwidth=4 "An indent is 4 spaces
set shiftround "Round indent to nearest shiftwidth multiple
let g:haskellmode_completion_ghc=0
+let g:haskellmode_completion_haddock=0
let g:necoghc_enable_detailed_browse=1
set omnifunc=necoghc#omnifunc