diff options
author | pommicket <pommicket@gmail.com> | 2023-01-06 12:02:11 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-06 12:02:11 -0500 |
commit | 2d32df18e83b059834ae65904e6439c72372454b (patch) | |
tree | 8a2190342c2cfdb16308c2c4138fdd52dad575ff /ted.h | |
parent | d69fb12c055e1e17c765ca9714c508552a027384 (diff) |
lsp-log setting
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -128,6 +128,7 @@ typedef struct { bool identifier_trigger_characters; bool signature_help_enabled; bool lsp_enabled; + bool lsp_log; bool hover_enabled; bool highlight_enabled; bool highlight_auto; |