-
Notifications
You must be signed in to change notification settings - Fork 404
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
Navigation through code completion does not work anymore #1990
Comments
After I updated my config, I ran into the same issue. Currently, my config is "unusable" due to this error. If anyone finds a hotfix, I would definitely appreciate it. |
Same here, we probably need to downgrade nvim-cmp |
how can i downgrade it using Lazy? |
yes probably it only affects the dev branch
in case of lazyvim you could choose a different branch |
Make sure to check recently opened issues before creating new ones 😬 |
Isnt it pulling "main" by default and not "dev" ? |
Use |
yes you are right it does |
You can hotfix this by tweaking your {
......other plugins....
"nvim-cmp": { "branch": "main", "commit": "7e348da6e5085ac447144a2ef4b637220ba27209" },
......other plugins....
} Then open nvim and hit |
Yep all good thank you guys :) |
Hello I have been using nvim-cmp for a long time and I acciendtly updated all my packages with Lazy today, and I can not navigate through code completions anymore. I am big neovim and lua noob and I could not figure out how to resolve this issue. This is quite problematic since neovim in my main editor for working :(
It might be something very stupid but I have no clue.
If you have just a glimplse of an idea I would be glad to hear it :)
The text was updated successfully, but these errors were encountered: