ElmCast / elm-vim

Elm plugin for Vim
BSD 3-Clause "New" or "Revised" License
572 stars 102 forks source link

Add ElmInstallExecutables command #147

Closed rinx closed 6 years ago

rinx commented 6 years ago

I added a command to install required npm packages. It is inspired by vim-go's GoInstallBinaries command.
This is the simplest implementation of ElmInstallExecutables, just calling system commands.

I recommend to merge #142 before merging this PR because I use command! instead of command in the code.