Fixed typo in deoplete config
parent
7e3ed8cff6
commit
2a0ffc5972
|
@ -128,7 +128,7 @@ let g:fzf_action = {
|
||||||
" deoplete
|
" deoplete
|
||||||
let g:deoplete#enable_at_startup = 1
|
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! clas deoplete#custom#option({
|
silent! call deoplete#custom#option({
|
||||||
\ 'smart_case': v:true,
|
\ 'smart_case': v:true,
|
||||||
\ })
|
\ })
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue