Sander van Harmelen
Sander van Harmelen
I've actually noticed the same behavior when confirming with: ```cmp.mapping.confirm({ select = false, behavior = cmp.ConfirmBehavior.insert })``` Any solutions or workarounds for this?
Doesn't seem to fix my issue... Guess I'll need to make a self contained example to troubleshoot it.
I think my issue was due to: https://github.com/hrsh7th/nvim-cmp/issues/706
Thanks for the update! I'll keep an eye out for the upcomming version(s) 👍🏻
Works like a charm, thanks!
Updated the PR... It maybe just a little bit more involved, but it follows the spec for 100% this way. Note that I removed the `token_has_expired` method as it contained...
This is still something that I would love to be able to do... Is there any way to do/configure this?
This is still something that I would love to be able to do... Is there any way to do/configure this?
That is exactly my usecase/flow as well... @folke I'm willing to put in some time and effort to (help) add something for this if you are open to it and...
Would still like this 😊