Plugin for using Elixir's build tool, mix.
I recommend installing pathogen.vim, then running the following:
cd ~/.vim/bundle
git clone git://github.com/mattreduce/vim-mix.git
:Mix [command]runs the default mix task (the "run" task, unless otherwise configured), or the given command.:Mcleancleans generated application files:Mcompilecompiles sources files:Mdepslists project dependencies and their status:Mdeps cleanremoves dependency files:Mdeps compilecompiles dependencies:Mdeps getgets all out of date dependencies:Mdeps unlockunlocks all dependencies:Mdeps updateupdates project dependencies:Mtestruns the project's tests
:Mixfileopens the project Mixfile.:Mdeps unlock <deps>unlocks specific dependencies:Mdeps update <deps>updates specific dependencies:Mdoexecutes the commands separated by comma:Mescriptgenerates an escript and replaces the current buffer:Mrunruns the given expression
Copyright © Matthew Conway. Distributed under the same terms as Vim itself.
See :help license.