summaryrefslogtreecommitdiff
path: root/main.c
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 /main.c
parent4bd6bbe54b291d8d65997e998a2a3946293adcdf (diff)
global lsp-enabled setting
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index a1aa8e9..6bec271 100644
--- a/main.c
+++ b/main.c
@@ -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"