diff options
author | pommicket <pommicket@gmail.com> | 2022-12-22 18:28:15 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-22 18:28:15 -0500 |
commit | 2667c71e71d77ecade1142c133ed7181ce38c664 (patch) | |
tree | ef65d210d12f9c80e5a6a6965d315810d33375f8 /main.c | |
parent | 6205e83793eff547d404fa5bde747076a1191893 (diff) |
reorganize lsp code
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ - LSP setting - scroll through completions - figure out under which circumstances backspace should close completions + - 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 - rust-analyzer bug reports: |