Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interference with completion plugin #40

Closed
Mr1cecream opened this issue Sep 2, 2022 · 1 comment
Closed

Interference with completion plugin #40

Mr1cecream opened this issue Sep 2, 2022 · 1 comment

Comments

@Mr1cecream
Copy link

If a word/snippet being completed include one of the escape mappings, better-escape will fire off and cut off the completion.
This happened to me with cmp.nvim, but I assume other completion plugins function similarly and therefore will have the same issue.

I am not sure if this is fixable, but it is annoying for Colemak users such as myself who want to keep the popular 'jk' position as an escape binding, as those keys would be bound to 'ne' , which is a common key combination in words such as "new", "clone" and many more.

@max397574
Copy link
Owner

Since the completion engines insert the characters this plugin will always be triggered. There isn't anything that I'd know of to fix this issue. This is just how this plugin works.

@max397574 max397574 closed this as not planned Won't fix, can't repro, duplicate, stale Feb 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants