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

Added option to hide command hints and docs #8339

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

ItsEthra
Copy link
Contributor

Closes #5354

This pr changes the way Prompt works, completion_fn now returns a result that can be used to hide completion popup but still have autocomplete work when pressing tab. And so I also added two config options command-docs and command-hints in editor section which control this behavior for the command prompt.

@kirawi kirawi added A-helix-term Area: Helix term improvements S-waiting-on-review Status: Awaiting review from a maintainer. labels Sep 23, 2023
@ItsEthra ItsEthra force-pushed the hide-command-hints branch 5 times, most recently from b19e150 to 996c135 Compare September 26, 2023 12:29
@ItsEthra ItsEthra force-pushed the hide-command-hints branch 3 times, most recently from af5ec15 to 01e6810 Compare January 16, 2024 19:28
@ItsEthra ItsEthra force-pushed the hide-command-hints branch 3 times, most recently from e27696e to 1232af0 Compare February 26, 2024 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-helix-term Area: Helix term improvements S-waiting-on-review Status: Awaiting review from a maintainer.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

option to disable the autocompletion for commands (colon commands)
2 participants