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