Skip to content

Commit cf9e4aa

Browse files
committed
fix: signature trigger config
1 parent a034865 commit cf9e4aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/blink/cmp/trigger/signature.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
-- TODO: ensure this always calls *after* the completion trigger to avoid increasing latency
77

8-
local config = require('blink.cmp.config').trigger
8+
local config = require('blink.cmp.config').trigger.signature_help
99
local sources = require('blink.cmp.sources.lib')
1010
local utils = require('blink.cmp.utils')
1111

0 commit comments

Comments
 (0)