Skip to content

Commit 76d11a6

Browse files
committed
fix: enable show_in_snippet by default
1 parent 4c3d2df commit 76d11a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/blink/cmp/config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ local config = {
263263
-- list of additional trigger characters that won't trigger the completion window when the cursor comes after a trigger character when entering insert mode/accepting an item
264264
show_on_x_blocked_trigger_characters = { "'", '"', '(' },
265265
-- when false, will not show the completion window when in a snippet
266-
show_in_snippet = false,
266+
show_in_snippet = true,
267267
},
268268

269269
signature_help = {

0 commit comments

Comments
 (0)