summaryrefslogtreecommitdiffstats
path: root/zsh/oh-my-zsh/plugins/compleat/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/oh-my-zsh/plugins/compleat/README.md')
-rw-r--r--zsh/oh-my-zsh/plugins/compleat/README.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/zsh/oh-my-zsh/plugins/compleat/README.md b/zsh/oh-my-zsh/plugins/compleat/README.md
deleted file mode 100644
index af0e383..0000000
--- a/zsh/oh-my-zsh/plugins/compleat/README.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# compleat plugin
-
-This plugin looks for [compleat](https://github.com/mbrubeck/compleat) and loads its completion.
-
-To use it, add compleat to the plugins array in your zshrc file:
-
-```zsh
-plugins=(... compleat)
-```