Disable merlin automatically checking and highlighting matching types in emacs

Hi @evanm,

I think you’re observing merlin-eldoc, which is now included by default in spacemacs’ OCaml layer. I too find the highlighting distracting, and at some point disabled it with:

(custom-set-faces
 '(merlin-eldoc-occurrences-face ((t nil))))