Fixed typo in deoplete config

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

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,
\ })