How can I customize when nvim‑cmp triggers completion? #2216
Unanswered
gaoqiangks
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I’m using nvim‑cmp and Copilot together for autocompletion. However, in most cases, when Copilot completes something and changes the text, I don’t want that to trigger nvim‑cmp. Is there a way to configure nvim‑cmp so that it only triggers when I manually type characters, and does not trigger when Copilot inserts or replaces text automatically? Alternatively, is there a way to set a delay so that nvim‑cmp only triggers some time after the text has changed?
All reactions