slashmili/alchemist.vim

:Mix compile errors don't work with vim quickfix

drichardson opened this issue · 4 comments

When :Mix compile produces errors, they don't showup in the quickfix window.

Steps to Reproduce

  1. mix new quickfix
  2. edit quickfix/lib/quickfix.ex to have a syntax error
  3. Open vim in the quickfix directory.
    4: In vim, :Mix compile
  4. Observe Compliation error report.
  5. In vim, :cope to open quickfix window.

Results

Empty window.

Expected

List of compliation errors I could navigate using :cn and :cp.

I'm not familiar with vim scripting, but if you can point me in the right direction, I can take a stab at addressing this problem myself.

@drichardson that would be great!

Take a look at this resources:

I haven't looked at this, and probably won't any time soon since I'm not using elixir at the moment.

I close this issue for now