Ignore around and buffer sources in deoplete

This commit is contained in:
Michael Mandl 2020-10-23 13:59:31 +02:00
parent 2a0ffc5972
commit 0067fb860c
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

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#source('_', 'matchers', ['matcher_full_fuzzy'])
silent! call deoplete#custom#option({ silent! call deoplete#custom#option({
\ 'smart_case': v:true, \ 'smart_case': v:true,
\ 'ignore_sources': {'_': ['around', 'buffer']},
\ }) \ })
augroup close_preview augroup close_preview