Fixed typo in deoplete config

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

View File

@ -128,7 +128,7 @@ let g:fzf_action = {
" deoplete
let g:deoplete#enable_at_startup = 1
silent! call deoplete#custom#source('_', 'matchers', ['matcher_full_fuzzy'])
silent! clas deoplete#custom#option({
silent! call deoplete#custom#option({
\ 'smart_case': v:true,
\ })