-
I'd like to disable autocompletion until I press a key. I don't mind if it's looking things up in the background, but I don't want stuff happening on the screen until I ask for it. I'm trying this, but I'd love some confirmation that I'm on the right track:
|
Beta Was this translation helpful? Give feedback.
Answered by
Saghen
Dec 14, 2024
Replies: 1 comment 4 replies
-
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
agriffis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
completion.menu.auto_show = false
would still request the completions in the background but won't show the menu until you open it explicitly. You might want to tryghost_text
with this configuration fyi