Skip to content

Commit

Permalink
initialize merlin docs with verbosity=smart to expand module aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
ulugbekna committed Dec 9, 2022
1 parent 5580194 commit d85fae4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ocaml-lsp-server/src/merlin_config.ml
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,12 @@ let create db path =
let init = Mconfig.initial in
{ init with
ocaml = { init.ocaml with real_paths = false }
; query = { init.query with filename; directory }
; query =
{ init.query with
filename
; directory
; verbosity = Mconfig.Verbosity.Smart
}
}
in
{ path; directory; initial; db; entry = None }
Expand Down

0 comments on commit d85fae4

Please sign in to comment.