Ignore around and buffer sources in deoplete
This commit is contained in:
parent
2a0ffc5972
commit
0067fb860c
@ -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
|
||||||
|
Reference in New Issue
Block a user