diff options
author | pommicket <pommicket@gmail.com> | 2022-12-25 21:55:42 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-25 21:55:42 -0500 |
commit | 9602ae4d8582c3ccdb9e8c1561ad306491713be4 (patch) | |
tree | f3f02a332daa19ace69dbc9c0a9a63be85a41ad9 /ted.h | |
parent | 4bd6bbe54b291d8d65997e998a2a3946293adcdf (diff) |
global lsp-enabled setting
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |