diff options
author | pommicket <pommicket@gmail.com> | 2022-12-13 10:13:54 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-13 10:13:54 -0500 |
commit | 565cdf71de45b77ec77c265f340c7b9218de7707 (patch) | |
tree | 0b0486f2d44eb57a15ce9780ae6fb694a9c8aaf7 | |
parent | 10ceae41707d6a7aa43d5b8615a47b4f279fbf05 (diff) | |
parent | fd40216803159858d03289e4c9bf37ec1f8332e7 (diff) |
Merge branch 'trunk' into lsp
-rw-r--r-- | main.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,9 +4,10 @@ - bad json can give "Unexpected error: client exited without proper shutdown sequence" - rust-analyzer should wait until cargo metadata/check is done before sending initialize response FUTURE FEATURES: -- configurable max buffer size +- configurable max buffer size + max view-only buffer size - better undo chaining (dechain on backspace?) -- option to regenerate tags for completion too if there are no results +- allow multiple fonts (fonts directory?) +- regenerate tags for completion too if there are no results - config variables - bind key to multiple commands - plugins? |