We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42afb6 commit d0b0e16Copy full SHA for d0b0e16
lua/blink/cmp/lib/buffer_events.lua
@@ -13,8 +13,8 @@
13
--- @field suppress_events_for_callback fun(self: blink.cmp.BufferEvents, cb: fun())
14
15
--- @class blink.cmp.BufferEventsOptions
16
---- @field has_context? fun(): boolean
17
---- @field show_in_snippet? boolean
+--- @field has_context fun(): boolean
+--- @field show_in_snippet boolean
18
19
--- @class blink.cmp.BufferEventsListener
20
--- @field on_char_added fun(char: string, is_ignored: boolean)
0 commit comments