-
Notifications
You must be signed in to change notification settings - Fork 201
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
cmdline "help" gives nonsense suggestions. #818
Comments
It'll now filter the items correctly when you use a |
Ohh.. nice... will update as soon as it's available. sorry for my phrasing... I meant, when using a dot, they shouldn't be shown.. So, initially showing them is fine, but not when there's already some input provided like "vim." To not "flood" the list, could they perhaps be hidden initially, and show a "$" (or any other special character) single entry instead? I'd imagine something like this, let's assume blink is configured to show automatically
|
That's a great idea! Sorry I shouldn't have put nonsense in quotes, didn't mean for it to come off that way :D I've gone the simpler route and put anything starting with a special character at the end of the list, so you'll need to type said special character for it to show up. |
Make sure you have done the following
blink.cmp
Bug Description
When using cmdline the suggesetions show env vars and other useless nonsense.
ScreenCapture-2024-12-29_15.36.20.mp4
Relevant configuration
neovim version
v0.10.3
blink.cmp
version: branch, tag, or commitv0.8.2
The text was updated successfully, but these errors were encountered: