diff options
author | pommicket <pommicket@gmail.com> | 2023-09-10 12:29:57 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-09-10 12:29:57 -0400 |
commit | 5e22cc67e92a87a0448dea70c89a4472b961fa14 (patch) | |
tree | 44897c19ca56682418fbcf87c0d6265d96495f27 | |
parent | 5485676270378a47a579d0707d5d7262aa293599 (diff) |
a
-rw-r--r-- | main.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 */ |