Allow tab for selection completion in deoplete
This commit is contained in:
parent
a63673b783
commit
9ebf392548
@ -75,8 +75,10 @@ call deoplete#custom#option('sources',{
|
|||||||
\ '_': ['buffer'],
|
\ '_': ['buffer'],
|
||||||
\ 'haskell': ['ultisnips', 'buffer', 'file', 'LanguageClient']
|
\ 'haskell': ['ultisnips', 'buffer', 'file', 'LanguageClient']
|
||||||
\ })
|
\ })
|
||||||
|
inoremap <expr><tab> pumvisible() ? "\<c-n>" : "\<tab>"
|
||||||
call deoplete#enable()
|
call deoplete#enable()
|
||||||
|
|
||||||
|
|
||||||
let g:ghcmod_hlint_options = ['--ignore=Eta reduce $']
|
let g:ghcmod_hlint_options = ['--ignore=Eta reduce $']
|
||||||
|
|
||||||
" ALE
|
" ALE
|
||||||
|
Loading…
Reference in New Issue
Block a user