Suppress missing deoplete warning

main
Michael Mandl 2020-05-30 19:43:15 +02:00
parent 02528b7ca6
commit 9825334a20
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ augroup deoplete
autocmd!
autocmd CompleteDone * silent! pclose!
augroup END
call deoplete#custom#source('_', 'matchers', ['matcher_full_fuzzy'])
silent! call deoplete#custom#source('_', 'matchers', ['matcher_full_fuzzy'])
set completefunc=LanguageClient#complete
inoremap <expr> <Tab> pumvisible() ? "\<C-n>" : "\<Tab>"