aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBrad Lewis <22850972+BradLewis@users.noreply.github.com>2025-08-26 10:18:49 -0400
committerBrad Lewis <22850972+BradLewis@users.noreply.github.com>2025-08-26 10:19:59 -0400
commit74ea70325e4daca321a0932828f236ea8c77f2ec (patch)
tree5254890d82c96acb369d17006467b38af8e16b04 /README.md
parentdcf0ee2a22e655fe918f58f13eefb6cf240baecc (diff)
Add option to disable document links
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 205979e..608cf97 100644
--- a/README.md
+++ b/README.md
@@ -90,6 +90,8 @@ Options:
`enable_completion_matching`: Attempt to match types and pointers when passing arguments to procedures. _(Enabled by default)_
+`enable_document_links`: Follow links when opening documentation. This is usually done via `<ctrl+click>` and will open the documentation in a browser (or similar). _(Enabled by default)_
+
`odin_command`: Specify the location to your Odin executable, rather than relying on the environment path.
`odin_root_override`: Allows you to specify a custom `ODIN_ROOT` that `ols` will use to look for `odin` core libraries when implementing custom runtimes.