From 5e22cc67e92a87a0448dea70c89a4472b961fa14 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sun, 10 Sep 2023 12:29:57 -0400 Subject: a --- main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/main.c b/main.c index dfaa522..5a252a9 100644 --- a/main.c +++ b/main.c @@ -1,7 +1,4 @@ /* -TODO: -- restart LSP server automatically? - FUTURE FEATURES: - autodetect indentation (tabs vs spaces) - custom file/build command associations @@ -14,6 +11,7 @@ FUTURE FEATURES: - auto-close brackets - with macros we can really test performance of buffer_insert_text_at_pos, etc. (which should ideally be fast) - manual directory +- restart LSP server automatically? - LSP request timeout */ -- cgit v1.2.3