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 /main.c | |
parent | 4bd6bbe54b291d8d65997e998a2a3946293adcdf (diff) |
global lsp-enabled setting
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ FUTURE FEATURES: - plugins? - keyboard macros - ctrl+9/0 to inc/dec number would be useful here + - with macros we can really test performance of buffer_insert_text_at_pos, etc. (which should ideally be fast) */ #include "base.h" |