summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-25 21:55:42 -0500
committerpommicket <pommicket@gmail.com>2022-12-25 21:55:42 -0500
commit9602ae4d8582c3ccdb9e8c1561ad306491713be4 (patch)
treef3f02a332daa19ace69dbc9c0a9a63be85a41ad9 /ted.h
parent4bd6bbe54b291d8d65997e998a2a3946293adcdf (diff)
global lsp-enabled 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 18defc4..13e3331 100644
--- a/ted.h
+++ b/ted.h
@@ -187,6 +187,7 @@ typedef struct {
bool indent_with_spaces;
bool trigger_characters;
bool identifier_trigger_characters;
+ bool lsp_enabled;
u8 tab_width;
u8 cursor_width;
u8 undo_save_time;