summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-18 22:25:50 -0500
committerpommicket <pommicket@gmail.com>2022-12-18 22:25:50 -0500
commit3dca696c6ca9ae92de560688fffa38ee68d53006 (patch)
tree922d1e2e14fde7da9281c5ff86b7b48426431404 /main.c
parent565cdf71de45b77ec77c265f340c7b9218de7707 (diff)
merge
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.c b/main.c
index 2c347ef..6e7259c 100644
--- a/main.c
+++ b/main.c
@@ -1,10 +1,13 @@
/*
@TODO:
+- rename buffer->filename to buffer->path
- rust-analyzer bug reports:
- 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 + max view-only buffer size
+- :set-build-command, don't let ../Cargo.toml override ./Makefile
+- add numlock as a key modifier
- better undo chaining (dechain on backspace?)
- allow multiple fonts (fonts directory?)
- regenerate tags for completion too if there are no results