We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf52ac commit 055b943Copy full SHA for 055b943
lua/blink/cmp/config.lua
@@ -68,8 +68,8 @@
68
--- @field enabled_providers? string[] | fun(ctx?: blink.cmp.Context): string[]
69
---
70
--- @class blink.cmp.SourceProviderConfig
71
---- @field name string
72
---- @field module string
+--- @field name? string
+--- @field module? string
73
--- @field enabled? boolean | fun(ctx?: blink.cmp.Context): boolean
74
--- @field opts? table
75
--- @field transform_items? fun(ctx: blink.cmp.Context, items: blink.cmp.CompletionItem[]): blink.cmp.CompletionItem[]
0 commit comments