diff options
author | Marc Cornellà <marc.cornella@live.com> | 2019-04-08 23:22:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-08 23:22:41 +0200 |
commit | f12f7b03413c8468adda8adf817e155e3d17f1b4 (patch) | |
tree | c9853c8d4c2cb4626d9cef9c100f94eb143fbe91 /plugins/swiftpm/README.md | |
parent | 170575379eacf8048b66fb91531e2bd305228665 (diff) | |
parent | 2ec868dde4adaca55bfa3fdac3585cd92f2a34c1 (diff) | |
download | zsh-f12f7b03413c8468adda8adf817e155e3d17f1b4.tar.gz zsh-f12f7b03413c8468adda8adf817e155e3d17f1b4.tar.bz2 zsh-f12f7b03413c8468adda8adf817e155e3d17f1b4.zip |
swiftpm: update autocompletion for Swift 5.0 (#7744)
Diffstat (limited to 'plugins/swiftpm/README.md')
-rw-r--r-- | plugins/swiftpm/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/swiftpm/README.md b/plugins/swiftpm/README.md index 07ca25651..291458511 100644 --- a/plugins/swiftpm/README.md +++ b/plugins/swiftpm/README.md @@ -2,7 +2,7 @@ ## Description -This plugin provides a few utilities that make you faster on your daily work with the [Swift Package Manager](https://github.com/apple/swift-package-manager). +This plugin provides a few utilities that make you faster on your daily work with the [Swift Package Manager](https://github.com/apple/swift-package-manager), as well as autocompletion for Swift 5.0. To start using it, add the `swiftpm` plugin to your `plugins` array in `~/.zshrc`: |