summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-06 12:02:11 -0500
committerpommicket <pommicket@gmail.com>2023-01-06 12:02:11 -0500
commit2d32df18e83b059834ae65904e6439c72372454b (patch)
tree8a2190342c2cfdb16308c2c4138fdd52dad575ff /ted.h
parentd69fb12c055e1e17c765ca9714c508552a027384 (diff)
lsp-log setting
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ted.h b/ted.h
index a3104e8..270adff 100644
--- a/ted.h
+++ b/ted.h
@@ -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;