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

Neovim freezing when pressing Tab #53

Closed
DrMondGnu opened this issue Dec 2, 2022 · 3 comments
Closed

Neovim freezing when pressing Tab #53

DrMondGnu opened this issue Dec 2, 2022 · 3 comments

Comments

@DrMondGnu
Copy link

Problem

Neovim freezes when pressing tab or strg-I

Conditions

Pressing tab or strg-I in normal mode without there being a double-dot ':' put in.

Info

I tracked the problem down to this function.

function source:resolve(completion_item, callback)

It somehow gets called when pressing tab, but i unfortunately i don't know were it is mapped from, but it should not be a local mapping by me.

@saadparwaiz1
Copy link
Owner

This would be a super-tab like mapping by nvim-cmp

@DrMondGnu
Copy link
Author

This would be a super-tab like mapping by nvim-cmp

Sry for the late response, and could explain what exaclty the super-tab like mapping does? I don't really know the difference between the super-tab and the normal. Also should i modify the mapping to check if there is a double-dot or modify the function to check for that?

@DrMondGnu
Copy link
Author

I'm opening another issue with updated info and where i think the problem really lies

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