-
Notifications
You must be signed in to change notification settings - Fork 120
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
Separate winopts
for cmdline
completions.
#515
Comments
This would make many more configuration options dynamic which could increase complexity quite a bit. Could you explain your use case for this? |
Okay, so assume I have set no. of entries for normal completion menu to be 8 cuz I dont want that menu to hog the main window as I'm coding something. But since the winopts are global for every completion menu, the cmdline completion menu will also have max. 8 items , thus it will display less entries for cmdline completion too which I dont think anyone would want that (I hope you understand what I'm trying to say). Also I dont want the kind icons or kind name to be displayed for cmdline completion menu, it just widens the menu for nothing ( as kind for every cmdline completions is the same)
Totally agree with this. |
Also, implementing something like this would also solve cases like #523 . |
+1 This would be really nice |
Feature Description
Since cmdline completions are completely different from normal completion. There should be separate
winopts
for them.What I desire is something like this:
The text was updated successfully, but these errors were encountered: