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

Fix #875 broke funkcionality of gelguy/wilder.nvim (it started to occupy <tab>) #888

Closed
2 tasks done
idevat opened this issue Apr 11, 2022 · 6 comments
Closed
2 tasks done
Labels
bug Something isn't working

Comments

@idevat
Copy link

idevat commented Apr 11, 2022

FAQ

  • I have checked the FAQ and it didn't resolve my problem.

Issues

  • I have checked existing issues and there are no open or closed issues with the same problem.

Neovim Version

v0.7.0-dev+1395-ge135adcb8

Minimal reproducible full config

N/A

Description

After application of commit 3192a0c in nvim-cmp the plugin wilder.nvim stopped to work. It does not react on <tab>. It seems that nvim-cmp newly takes <tab> even if I don't use it in cmdline (i.e. I have not configured it via cmp.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

@idevat idevat added the bug Something isn't working label Apr 11, 2022
@axieax
Copy link

axieax commented Apr 12, 2022

Just wanted to bump #875 (comment) and #875 (comment) which could contain related issues :))

@jdhao
Copy link

jdhao commented Apr 12, 2022

I think it is a duplicate of issue #880.

@tzachar
Copy link
Contributor

tzachar commented Apr 12, 2022

Why using wilder? almost all (if not all) of the functionality is available in cmp.

@hrsh7th
Copy link
Owner

hrsh7th commented Apr 13, 2022

It's fixed now.

@idevat
Copy link
Author

idevat commented Apr 14, 2022

@hrsh7th thanks!
@jdhao yes, it looks like duplicate; I'm sorry I missed it
@tzachar wilder allows to use wild menu which I prefer for cmdline completion (it does not hide part of code)

@tzachar
Copy link
Contributor

tzachar commented Apr 14, 2022

@idevat
Cmp supports wildmenu.
Check this:
https://github.com/hrsh7th/nvim-cmp/wiki/Menu-Appearance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants