summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-12-22 23:46:17 -0500
committerpommicket <pommicket@gmail.com>2022-12-22 23:46:17 -0500
commitdaee4283b56603e172aac547c20c5534e588f60d (patch)
treea271d0f1a0754945e08f10fca2061f194b74882e /main.c
parentb906df08a805e704e45cb7f2bc4b31e83d3222fe (diff)
finish up capabilities (for now)
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 198609d..c86d3b1 100644
--- a/main.c
+++ b/main.c
@@ -1,5 +1,7 @@
/*
@TODO:
+- show documentation
+- finish up capabilities
- trigger characters (with setting)
- only show "Loading..." if it's taking some time (prevent flash)
- LSP setting
@@ -8,6 +10,7 @@
- close completions when a non-word character is typed
- rename buffer->filename to buffer->path
- make buffer->path NULL for untitled buffers & fix resulting mess
+- run everything through valgrind ideally with leak checking
- 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