sponsor Vim development Vim logo Vim Book Ad

mix.vim : Plugin for using Elixir's build tool, mix

 script karma  Rating 9/3, Downloaded by 747  Comments, bugs, improvements  Vim wiki

created by
Matthew Conway
 
script type
utility
 
description
## Usage

:Mix [command] - runs the default mix task (the "run" task, unless otherwise configured), or the given command.
:Mclean - cleans generated application files
:Mcompile - compiles sources files
:Mdeps - lists project dependencies and their status
:Mdeps clean - removes dependency files
:Mdeps compile - compiles dependencies
:Mdeps get - gets all out of date dependencies
:Mdeps unlock - unlocks all dependencies
:Mdeps update - updates project dependencies

## Planned commands

:Mixfile - opens the project Mixfile.
:Mdeps unlock <deps> - unlocks specific dependencies
:Mdeps update <deps> - updates specific dependencies
:Mdo - executes the commands separated by comma
:Mescript - generates an escript and replaces the current buffer
:Mrebar - installs rebar locally
:Mrun - runs the given expression
:Mtest - runs the project's tests
 
install details
I recommend installing pathogen.vim, then running the following:

cd ~/.vim/bundle
git clone git://github.com/mattonrails/vim-mix.git
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vim-mix.zip 0.10 2013-05-16 7.0 Matthew Conway Initial upload
ip used for rating: 216.73.216.208

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github