summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-09-10 12:29:57 -0400
committerpommicket <pommicket@gmail.com>2023-09-10 12:29:57 -0400
commit5e22cc67e92a87a0448dea70c89a4472b961fa14 (patch)
tree44897c19ca56682418fbcf87c0d6265d96495f27
parent5485676270378a47a579d0707d5d7262aa293599 (diff)
a
-rw-r--r--main.c4
1 files changed, 1 insertions, 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
*/