Ignore around and buffer sources in deoplete

main
mandlm 2020-10-23 13:59:31 +02:00
parent 2a0ffc5972
commit 0067fb860c
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ let g:deoplete#enable_at_startup = 1
silent! call deoplete#custom#source('_', 'matchers', ['matcher_full_fuzzy'])
silent! call deoplete#custom#option({
\ 'smart_case': v:true,
\ 'ignore_sources': {'_': ['around', 'buffer']},
\ })
augroup close_preview