summaryrefslogtreecommitdiff
path: root/lsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'lsp.h')
-rw-r--r--lsp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp.h b/lsp.h
index d68456a..4301636 100644
--- a/lsp.h
+++ b/lsp.h
@@ -220,6 +220,7 @@ typedef struct {
} LSPCompletionItem;
typedef struct {
+ bool is_complete;
// dynamic array
LSPCompletionItem *items;
} LSPResponseCompletion;