feat: lots more work on LSP support (WIP)

First valid response from clangd.
This commit is contained in:
CJ van den Berg 2024-04-04 21:51:49 +02:00
parent de13780a3c
commit 98104658b4
3 changed files with 358 additions and 49 deletions

View file

@ -164,7 +164,7 @@ pub const Editor = struct {
file_path: ?[]const u8,
buffer: ?*Buffer,
lsp_version: usize = 0,
lsp_version: usize = 1,
cursels: CurSel.List,
cursels_saved: CurSel.List,