clojure-vim / async-clj-omni

Async Clojure Completion for various (n)vim completion engines
49 stars 7 forks source link

Update Deoplete configuration snippet #23

Closed finalfantasia closed 5 years ago

finalfantasia commented 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.