diff options
author | pommicket <pommicket@gmail.com> | 2022-12-29 13:44:25 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-29 13:44:25 -0500 |
commit | ca6617873e15abce0641c426f56047202e68b457 (patch) | |
tree | 174804dbe556fa5a265e454689c9043ebb3eaac8 /ted.h | |
parent | 6e6b407550db47d3f9c85875c0f69444cf640796 (diff) |
hover-enabled option
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |