You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lua/blink/cmp/config.lua
+3
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@
37
37
--- @fieldblocked_trigger_characters? string[]
38
38
--- @fieldshow_on_insert_on_trigger_character? boolean When true, will show the completion window when the cursor comes after a trigger character when entering insert mode
39
39
--- @fieldshow_on_insert_blocked_trigger_characters? string[] List of additional trigger characters that won't trigger the completion window when the cursor comes after a trigger character when entering insert mode
40
+
--- @fieldshow_in_snippet? boolean When false, will not show the completion window when in a snippet
40
41
---
41
42
--- @classblink.cmp.SignatureHelpTriggerConfig
42
43
--- @fieldenabled? boolean
@@ -203,6 +204,8 @@ local config = {
203
204
show_on_insert_on_trigger_character=true,
204
205
-- list of additional trigger characters that won't trigger the completion window when the cursor comes after a trigger character when entering insert mode
0 commit comments