diff options
| author | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-08-26 10:18:49 -0400 |
|---|---|---|
| committer | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-08-26 10:19:59 -0400 |
| commit | 74ea70325e4daca321a0932828f236ea8c77f2ec (patch) | |
| tree | 5254890d82c96acb369d17006467b38af8e16b04 /src/common | |
| parent | dcf0ee2a22e655fe918f58f13eefb6cf240baecc (diff) | |
Add option to disable document links
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/config.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/config.odin b/src/common/config.odin index e45e2b6..5b2923c 100644 --- a/src/common/config.odin +++ b/src/common/config.odin @@ -35,6 +35,7 @@ Config :: struct { enable_checker_only_saved: bool, enable_auto_import: bool, enable_completion_matching: bool, + enable_document_links: bool, disable_parser_errors: bool, thread_count: int, file_log: bool, |