Allow tab for selection completion in deoplete

This commit is contained in:
Julian Ospald 2018-06-15 20:11:41 +02:00
parent a63673b783
commit 9ebf392548
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 2 additions and 0 deletions

View File

@ -75,8 +75,10 @@ call deoplete#custom#option('sources',{
\ '_': ['buffer'],
\ 'haskell': ['ultisnips', 'buffer', 'file', 'LanguageClient']
\ })
inoremap <expr><tab> pumvisible() ? "\<c-n>" : "\<tab>"
call deoplete#enable()
let g:ghcmod_hlint_options = ['--ignore=Eta reduce $']
" ALE