Closed finalfantasia closed 5 years ago
The syntax seems to have changed from setting a global variable to calling deoplete#custom#option. Also, the default value of keyword_patterns now is set to{} so there should be no need to set that explicitly here.
deoplete#custom#option
keyword_patterns
{}
The syntax seems to have changed from setting a global variable to calling
deoplete#custom#option
. Also, the default value ofkeyword_patterns
now is set to{}
so there should be no need to set that explicitly here.