We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d9fa1c commit e82c1b7Copy full SHA for e82c1b7
lua/blink/cmp/sources/lib/utils.lua
@@ -55,7 +55,7 @@ function utils.blink_item_to_lsp_item(item)
55
lsp_item.cursor_column = nil
56
lsp_item.score_offset = nil
57
lsp_item.client_id = nil
58
- lsp_item.source = nil
+ lsp_item.source_id = nil
59
lsp_item.source_name = nil
60
return lsp_item
61
end
0 commit comments