-
Beta Was this translation helpful? Give feedback.
Answered by
voodoos
Sep 12, 2025
Replies: 1 comment 1 reply
-
I actually think this is more of an question to merlin actually, since the ocamllsp sends the request to the merlin-lib as far as I can see. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could write a
.merlin
file by hand: https://github.com/ocaml/merlin/wiki/Project-configuration indicating what are you build (B
) directories.Then you can have
ocaml-lsp
read these configuration files by using the--fallback-read-dot-merlin
.There is an open issue describing a plan to improve the behaviour of that flag, but no one started working on that yet: #1522