aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBrad Lewis <22850972+BradLewis@users.noreply.github.com>2025-08-09 10:31:44 -0400
committerBrad Lewis <22850972+BradLewis@users.noreply.github.com>2025-08-09 10:31:48 -0400
commit14f6bde88f4c5634f58e123f434bf7c98dec7434 (patch)
tree6490c7314bb943f1a214287387c14a0b7f84cedc /README.md
parent08dcc05a5b80a3751b9e06a562509fd9ffd7aa84 (diff)
Enable references by default
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index 941d821..f40fd3f 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ Options:
`enable_format`: Turns on formatting with `odinfmt`. _(Enabled by default)_
-`enable_hover`: Enables hover feature
+`enable_hover`: Enables hover feature. _(Enabled by default)_
`enable_snippets`: Turns on builtin snippets
@@ -86,11 +86,9 @@ Options:
`enable_procedure_snippet`: Use snippets when completing procedures—adds parenthesis after the name. _(Enabled by default)_
-`enable_checker_only_saved`: Turns on only calling the checker on the package being saved.
+`enable_checker_only_saved`: Turns on only calling the checker on the package being saved.
-`enable_references`: Turns on finding references for a symbol. (Experimental)
-
-`enable_rename`: Turns on renaming a symbol. (Experimental)
+`enable_references`: Turns on finding references for a symbol. _(Enabled by default)_
`odin_command`: Allows you to specify your Odin location, instead of just relying on the environment path.