Deoplete logging

This commit is contained in:
Julian Ospald 2018-06-20 15:50:00 +02:00
parent 2f0190fad6
commit 7e7201f6d7
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ call deoplete#custom#option('sources',{
\ })
" inoremap <expr><tab> pumvisible() ? "\<c-n>" : "\<tab>"
call deoplete#enable()
call deoplete#enable_logging('DEBUG', $HOME . '/deoplete.log')
let g:ghcmod_hlint_options = ['--ignore=Eta reduce $']