From 75a40c6712dc3ee9832cc7b3e3b76b0ca14dd305 Mon Sep 17 00:00:00 2001 From: xvw Date: Mon, 6 Jan 2025 16:56:41 +0100 Subject: [PATCH] Add configuration note in the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1649cfc..aa17fd2 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,9 @@ are provided: - `ocaml-eglot-find-definition-in-current-window` - `ocaml-eglot-find-declaration-in-current-window` +The default behavior can also be configured using the +`ocaml-eglot-open-window-strategy` variable. + ### Jump to type definition of an expression You can also jump to the type definition of the expression at point.