diff options
author | pommicket <pommicket@gmail.com> | 2022-12-18 22:25:50 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-18 22:25:50 -0500 |
commit | 3dca696c6ca9ae92de560688fffa38ee68d53006 (patch) | |
tree | 922d1e2e14fde7da9281c5ff86b7b48426431404 | |
parent | 565cdf71de45b77ec77c265f340c7b9218de7707 (diff) |
merge
-rw-r--r-- | main.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |