ElmCast / elm-vim

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

Find local modules in Elm .19 as well as older versions. #173

Closed matzko closed 5 years ago

matzko commented 5 years ago

Elm .19 uses elm.json instead of elm-package.json, so we should support both when trying to find local modules.