Skip to content

Commit

Permalink
feat: add [ to show_on_x_blocked_trigger_characters (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nybkox authored Dec 18, 2024
1 parent a8222cf commit 046a2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/blink/cmp/config/completion/trigger.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ local trigger = {
end,
show_on_accept_on_trigger_character = true,
show_on_insert_on_trigger_character = true,
show_on_x_blocked_trigger_characters = { "'", '"', '(', '{' },
show_on_x_blocked_trigger_characters = { "'", '"', '(', '{', '[' },
},
}

Expand Down

0 comments on commit 046a2af

Please sign in to comment.