feat: lots more work on LSP support (WIP)
First valid response from clangd.
This commit is contained in:
parent
de13780a3c
commit
98104658b4
3 changed files with 358 additions and 49 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue