From e82be877025001da079ef155afce9fa046fe78d1 Mon Sep 17 00:00:00 2001 From: Atomic Coding Date: Tue, 22 May 2018 17:53:30 -0700 Subject: [PATCH] Update Completion README to reflect changes Completion module can now be loaded from an arbitrary location. --- modules/completion/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/completion/README.md b/modules/completion/README.md index 6fc0fa9..d8cb6cf 100644 --- a/modules/completion/README.md +++ b/modules/completion/README.md @@ -5,8 +5,6 @@ Enables and configures smart and extensive tab completion. Completions are sourced from [zsh-completions](https://github.com/zsh-users/zsh-completions). -This should be the **LAST** module in the `zmodules` list in your `.zimrc`. - Contributing ------------