From 9ebf392548319edd4d55e05c029474850c52bb3e Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 15 Jun 2018 20:11:41 +0200 Subject: [PATCH] Allow tab for selection completion in deoplete --- after/ftplugin/haskell.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/after/ftplugin/haskell.vim b/after/ftplugin/haskell.vim index 113c4b2..6fe9798 100644 --- a/after/ftplugin/haskell.vim +++ b/after/ftplugin/haskell.vim @@ -75,8 +75,10 @@ call deoplete#custom#option('sources',{ \ '_': ['buffer'], \ 'haskell': ['ultisnips', 'buffer', 'file', 'LanguageClient'] \ }) +inoremap pumvisible() ? "\" : "\" call deoplete#enable() + let g:ghcmod_hlint_options = ['--ignore=Eta reduce $'] " ALE