Skip to content

Commit d0b0e16

Browse files
committed
fix: make buffer events options required
1 parent a42afb6 commit d0b0e16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/blink/cmp/lib/buffer_events.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
--- @field suppress_events_for_callback fun(self: blink.cmp.BufferEvents, cb: fun())
1414

1515
--- @class blink.cmp.BufferEventsOptions
16-
--- @field has_context? fun(): boolean
17-
--- @field show_in_snippet? boolean
16+
--- @field has_context fun(): boolean
17+
--- @field show_in_snippet boolean
1818

1919
--- @class blink.cmp.BufferEventsListener
2020
--- @field on_char_added fun(char: string, is_ignored: boolean)

0 commit comments

Comments
 (0)