Skip to content

Commit 10be2ad

Browse files
committed
chore(completion): remove unused variable
- Delete unused triggers variable from get_trigger_characters - Simplify code without functional changes - Improve code cleanliness
1 parent 6094564 commit 10be2ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/opencode/ui/completion/engines/blink_cmp.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ function Source:get_trigger_characters()
1414
local mention_key = config.get_key_for_function('input_window', 'mention')
1515
local slash_key = config.get_key_for_function('input_window', 'slash_commands')
1616
local context_key = config.get_key_for_function('input_window', 'context_items')
17-
local triggers = {}
1817
return {
1918
slash_key or '',
2019
mention_key or '',

0 commit comments

Comments
 (0)