We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
snippets.active
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
blink.cmp
cmp.snippet_forward() and cmp.snippet_backward() does not work anymore because snippets.active returns always nil.
cmp.snippet_forward()
cmp.snippet_backward()
nil
Solution: add the missing return statement to function active.
return
active
snippets = { active = function(filter) return vim.snippet.active(filter) end, },
v0.11.0-dev+g203e7a43d1
main
The text was updated successfully, but these errors were encountered:
59add2d
No branches or pull requests
Make sure you have done the following
blink.cmp
Bug Description
cmp.snippet_forward()
andcmp.snippet_backward()
does not work anymore becausesnippets.active
returns alwaysnil
.Solution: add the missing
return
statement to functionactive
.Relevant configuration
neovim version
v0.11.0-dev+g203e7a43d1
blink.cmp
version: branch, tag, or commitmain
The text was updated successfully, but these errors were encountered: