maximbaz / lightline-ale

ALE indicator for the lightline vim plugin
ISC License
248 stars 14 forks source link

Show first error line number #12

Closed alextrastero closed 6 years ago

alextrastero commented 6 years ago

First of all thanks for this plugin :)

So far it works great, I was wondering if in addition to showing the error count I could also display the first error line number:

screen shot 2018-06-22 at 13 43 30

As in maybe E: 1 L32

alextrastero commented 6 years ago

Note: since I don't show them in the gutter

maximbaz commented 6 years ago

Hello 🙂 I see, but what would you do if you decide not to fix the first error? You will never know where is the second error... Have you considered just making ALE show the quickfix/loclist with the list of errors?

alextrastero commented 6 years ago

True, thanks for the tip!

# .vimrc
let g:ale_open_list = 1