Do not show signature automatically #2265
Answered
by
jonbiemond
jonbiemond
asked this question in
Q&A
-
|
How can I configure the signature to not trigger automatically, but still appear for the I've tried |
Beta Was this translation helpful? Give feedback.
Answered by
jonbiemond
Nov 20, 2025
Replies: 1 comment
-
|
Disable both signature = {
enabled = true,
trigger = {
-- Show the signature help window after typing a trigger character
show_on_trigger_character = false,
-- Show the signature help window when the cursor comes after a trigger character when entering insert mode
show_on_insert_on_trigger_character = false,
}, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jonbiemond
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Disable both
trigger_characteroptions.