-
Notifications
You must be signed in to change notification settings - Fork 411
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
Fix #875 broke funkcionality of gelguy/wilder.nvim (it started to occupy <tab>) #888
Closed
2 tasks done
Labels
bug
Something isn't working
Comments
Just wanted to bump #875 (comment) and #875 (comment) which could contain related issues :)) |
I think it is a duplicate of issue #880. |
Why using wilder? almost all (if not all) of the functionality is available in cmp. |
2 tasks
It's fixed now. |
@idevat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FAQ
Issues
Neovim Version
v0.7.0-dev+1395-ge135adcb8
Minimal reproducible full config
N/A
Description
After application of commit 3192a0c in
nvim-cmp
the pluginwilder.nvim
stopped to work. It does not react on<tab>
. It seems thatnvim-cmp
newly takes<tab>
even if I don't use it in cmdline (i.e. I have not configured it viacmp.setup.cmdline(':',
because I prefer suggestions in wildmenu).Steps to reproduce
N/A
Expected behavior
nvim-cmp
don't occupy<tab>
when is not configured for cmdline.Actual behavior
nvim-cmp
occupy<tab>
even when it is not configured for cmdline.Additional context
No response
The text was updated successfully, but these errors were encountered: