diff options
| author | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-08-09 10:31:44 -0400 |
|---|---|---|
| committer | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-08-09 10:31:48 -0400 |
| commit | 14f6bde88f4c5634f58e123f434bf7c98dec7434 (patch) | |
| tree | 6490c7314bb943f1a214287387c14a0b7f84cedc /src/common | |
| parent | 08dcc05a5b80a3751b9e06a562509fd9ffd7aa84 (diff) | |
Enable references by default
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/config.odin | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/config.odin b/src/common/config.odin index d550d81..9954262 100644 --- a/src/common/config.odin +++ b/src/common/config.odin @@ -27,7 +27,6 @@ Config :: struct { enable_procedure_context: bool, enable_snippets: bool, enable_references: bool, - enable_rename: bool, enable_label_details: bool, enable_std_references: bool, enable_import_fixer: bool, |