summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-13 10:13:54 -0500
committerpommicket <pommicket@gmail.com>2022-12-13 10:13:54 -0500
commit565cdf71de45b77ec77c265f340c7b9218de7707 (patch)
tree0b0486f2d44eb57a15ce9780ae6fb694a9c8aaf7
parent10ceae41707d6a7aa43d5b8615a47b4f279fbf05 (diff)
parentfd40216803159858d03289e4c9bf37ec1f8332e7 (diff)
Merge branch 'trunk' into lsp
-rw-r--r--main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/main.c b/main.c
index 69af788..2c347ef 100644
--- a/main.c
+++ b/main.c
@@ -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?