atom-ocaml / ocaml-merlin

Linting and autocompletion for Ocaml in Atom
MIT License
24 stars 3 forks source link

Autcomomplete provider excludes the default suggestions #15

Closed smondet closed 8 years ago

smondet commented 8 years ago

Here https://github.com/314eter/atom-ocaml-merlin/blob/f2967be61ba710a7dd44fdcb4e2a5bb69135a60d/lib/main.coffee#L238

    excludeLowerPriority: true

Can this be overridden to get back merlin together with vim-like "buffer" completion?

(doc there: https://github.com/atom/autocomplete-plus/wiki/Provider-API)