completion-nvim icon indicating copy to clipboard operation
completion-nvim copied to clipboard

Functions mapped should respect user mappings

Open kdheepak opened this issue 5 years ago • 5 comments

This function overrides a user mapping if it exists:

https://github.com/nvim-lua/completion-nvim/blob/8aecb23b5421fa3fdd34a92b2b595ce29b85b82a/lua/completion.lua#L128

We discovered this issue 3 hours into @tjdevries stream on Tuesday, July 21st, 2020.

kdheepak avatar Jul 22 '20 03:07 kdheepak

Hmm I don't quite understand what you mean...can you give me more information? Or like an example?

haorenW1025 avatar Jul 22 '20 03:07 haorenW1025

I was going to clip it from the stream but the moment passed. I'll track down the exact point in the vod and paste the link here.

kdheepak avatar Jul 22 '20 03:07 kdheepak

https://www.twitch.tv/videos/686790147?t=02h58m27s

kdheepak avatar Jul 22 '20 03:07 kdheepak

Ahh got it. I guess the problem is not in that function though. I'll fix that. Thanks for reporting:)

haorenW1025 avatar Jul 22 '20 03:07 haorenW1025

The real issue is that you weren't there to watch the stream... :laughing:

tjdevries avatar Jul 22 '20 16:07 tjdevries