Closed amanusk closed 2 years ago
When using coc-tabnine with vim, I get suggestions for the full completion, but only the the first word gets actually added
the result when selecting it is that only await gets added
await
Am I missing something in the config? how can I get TN to add the full suggestions.
It's expected, you have to confirm completion https://github.com/neoclide/coc.nvim/wiki/Completion-with-sources
When using coc-tabnine with vim, I get suggestions for the full completion, but only the the first word gets actually added
the result when selecting it is that only
await
gets addedAm I missing something in the config? how can I get TN to add the full suggestions.