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 #100] Add documentation for completion #143

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions modules/completion/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Completion
==========
Load additional completion files not built in *zsh* but provided by the
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's wrong since it actually enables and configures the completion system. zsh-completions is extra.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, right I was still in the "plugin world" where /completions contained only additional completion files. I'll fix that.

[zsh-completions][1] project.

Note to the developers
----------------------
No modules should only add a completion file; if you feel like your completion
file is important, contribute to the [zsh-completions][1] project directly.

This module will be updated regularly to provide all possible completions.

Authors
-------
*The authors of this module should be contacted via the github bug tracker.*

- [Sorin Ionescu](/sorin-ionescu)

[1]: /zsh-users/zsh-completions