aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorDanielGavin <danielgavin5@hotmail.com>2025-09-27 22:10:14 +0200
committerDanielGavin <danielgavin5@hotmail.com>2025-09-27 22:10:14 +0200
commitfe88eb50b8d695a8f05e07846408751e56b054ee (patch)
tree67a07356fc0d6e053bdf7f3ace9397d1137b05b9 /src/common
parentfadba86f623fd0c0e0399b88b79804c5e466ef95 (diff)
parent4a2a71e12d61be1cd8ca486d96de8dd47dd49df2 (diff)
Merge branch 'master' into remove-unused-imports
Diffstat (limited to 'src/common')
-rw-r--r--src/common/config.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/config.odin b/src/common/config.odin
index ae5597f..30f18c9 100644
--- a/src/common/config.odin
+++ b/src/common/config.odin
@@ -25,6 +25,7 @@ Config :: struct {
enable_inlay_hints: bool,
enable_inlay_hints_params: bool,
enable_inlay_hints_default_params: bool,
+ enable_inlay_hints_implicit_return: bool,
enable_procedure_context: bool,
enable_snippets: bool,
enable_references: bool,