summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
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;