From ffd5f7559da81e8d9f66ae17c0220458a980a44b Mon Sep 17 00:00:00 2001 From: Cody Fuller Date: Wed, 3 Oct 2018 10:04:07 -0500 Subject: [PATCH] Updated Plugins (markdown) --- Plugins.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Plugins.md b/Plugins.md index 8b8abec..ab59f91 100644 --- a/Plugins.md +++ b/Plugins.md @@ -82,6 +82,7 @@ Below is a list of bundled plugins - [macports](#macports) - [mercurial](#mercurial) - [meteor](#meteor) +- [mix](#mix) - [mvn](#mvn) - [mysql-macports](#mysql-macports) - [nanoc](#nanoc) @@ -1040,6 +1041,12 @@ $ meteor remove [tab] # Will all the installed packages --- +## mix + +Completion for the Elixir build tool Mix + +--- + ## mvn **Maintainer:** [fred-o](https://github.com/fred-o)