diff options
author | pommicket <pommicket@gmail.com> | 2022-12-22 23:46:17 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-22 23:46:17 -0500 |
commit | daee4283b56603e172aac547c20c5534e588f60d (patch) | |
tree | a271d0f1a0754945e08f10fca2061f194b74882e /main.c | |
parent | b906df08a805e704e45cb7f2bc4b31e83d3222fe (diff) |
finish up capabilities (for now)
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |