summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index df88311..9b113c2 100644
--- a/main.c
+++ b/main.c
@@ -1,11 +1,11 @@
/*
@TODO:
-- send didClose
-- don't select the one and only completion when user types stuff
+- show detail and type
- LSP setting
- scroll through completions
- figure out under which circumstances backspace should close completions
- rename buffer->filename to buffer->path
+ - make buffer->path NULL for untitled buffers & fix resulting mess
- 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