Is there a built-in way to close the completion menu when I'm typing and open it when I stop typing? #1715
Unanswered
heygarrett
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You could disable auto completion and call it from cursor hold auto command maybe? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to split the difference between autocompletion and manual completion. I don't want to see the completion menu if I know what I want to type. But if I stop to think, I'd then want the completion menu to appear.
If it makes any difference I'm using
view = { entries = "native" }
in my config, but that's not a hard requirement.Beta Was this translation helpful? Give feedback.
All reactions