Deoplete logging
This commit is contained in:
parent
2f0190fad6
commit
7e7201f6d7
@ -78,7 +78,7 @@ call deoplete#custom#option('sources',{
|
|||||||
\ })
|
\ })
|
||||||
" inoremap <expr><tab> pumvisible() ? "\<c-n>" : "\<tab>"
|
" inoremap <expr><tab> pumvisible() ? "\<c-n>" : "\<tab>"
|
||||||
call deoplete#enable()
|
call deoplete#enable()
|
||||||
|
call deoplete#enable_logging('DEBUG', $HOME . '/deoplete.log')
|
||||||
|
|
||||||
let g:ghcmod_hlint_options = ['--ignore=Eta reduce $']
|
let g:ghcmod_hlint_options = ['--ignore=Eta reduce $']
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user