summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-29 13:44:25 -0500
committerpommicket <pommicket@gmail.com>2022-12-29 13:44:25 -0500
commitca6617873e15abce0641c426f56047202e68b457 (patch)
tree174804dbe556fa5a265e454689c9043ebb3eaac8 /ted.h
parent6e6b407550db47d3f9c85875c0f69444cf640796 (diff)
hover-enabled option
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ted.h b/ted.h
index f081c46..774b5f5 100644
--- a/ted.h
+++ b/ted.h
@@ -152,8 +152,9 @@ typedef struct {
bool indent_with_spaces;
bool trigger_characters;
bool identifier_trigger_characters;
- bool signature_help;
+ bool signature_help_enabled;
bool lsp_enabled;
+ bool hover_enabled;
u8 tab_width;
u8 cursor_width;
u8 undo_save_time;