Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 09894f3

Browse files
committedNov 8, 2024
fix: signature help now highlights the right parameter
1 parent bec27d9 commit 09894f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎lua/blink/cmp/windows/signature.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ function signature.open_with_signature_help(context, signature_help)
6868
require('blink.cmp.config').highlight.ns,
6969
'BlinkCmpSignatureHelpActiveParameter',
7070
0,
71-
active_highlight[1],
72-
active_highlight[2]
71+
active_highlight[2],
72+
active_highlight[4]
7373
)
7474
end
7575

0 commit comments

Comments
 (0)
Please sign in to comment.