ElmCast / elm-vim

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

Support custom command for elm-format #172

Open pietro909 opened 5 years ago

pietro909 commented 5 years ago

As of now, :ElmFormat is assuming that elm-format is installed globally. I need it to run a specific command in my case to use a local version of elm-format.

Is there the possibility to add a custom variable for it? Would a PR be welcome?

Thanks