You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lua/blink/cmp/config.lua
+57-13
Original file line number
Diff line number
Diff line change
@@ -20,16 +20,29 @@
20
20
--- @fieldforce_allow_filetypesstring[] Overrides the default blocked filetypes
21
21
--- @fieldblocked_filetypesstring[]
22
22
--- @fieldkind_resolutionblink.cmp.AutoBracketResolutionConfig Synchronously use the kind of the item to determine if brackets should be added
23
-
--- @fieldsemantic_token_resolutionblink.cmp.AutoBracketResolutionConfig Asynchronously use semantic token to determine if brackets should be added
23
+
--- @fieldsemantic_token_resolutionblink.cmp.AutoBracketSemanticTokenResolutionConfig Asynchronously use semantic token to determine if brackets should be added
--- @fieldtimeout_msnumber How long to wait for semantic tokens to return before assuming no brackets should be added
28
31
29
-
--- @classblink.cmp.TriggerConfig
32
+
--- @classblink.cmp.CompletionTriggerConfig
30
33
--- @fieldcontext_regexstring
31
34
--- @fieldblocked_trigger_charactersstring[]
32
35
--- @fieldshow_on_insert_on_trigger_characterboolean When true, will show the completion window when the cursor comes after a trigger character when entering insert mode
36
+
---
37
+
--- @classblink.cmp.SignatureHelpTriggerConfig
38
+
--- @fieldenabledboolean
39
+
--- @fieldblocked_trigger_charactersstring[]
40
+
--- @fieldblocked_retrigger_charactersstring[]
41
+
--- @fieldshow_on_insert_on_trigger_characterboolean When true, will show the signature help window when the cursor comes after a trigger character when entering insert mode
0 commit comments