Fork me on GitHub
#vscode2020-01-18
>
sogaiu23:01:58

@pez your hint about word characters seems to help a lot! before adding this:

(swap! disposables
    conj (.setLanguageConfiguration (..  n.v -languages)
           "clojure"
           #js {:wordPattern #"[^\s,#()\[\]{};\"\\@\']+"})
the completion experience was not good at all. thanks a lot for the tip!