Vim interfering with Phoenix recompile after saving

I have this in my init.vim file to work around the issue:

  let $MIX_ENV = 'test'
4 Likes

I do the same, @gregvaughn. The only problem I’ve found with doing this is that it effectively breaks mix test --stale, so just be aware of that.

1 Like