-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Description
Hey folks!
First of all thank you for this awesome plugin. It helps me a lot!
Secondly, I would like to make a change proposal:
Instead of using the quickfix to display the errors, the errors could be displayed like in syntastic plugin:
- When the cursor is on a line containing an error, the error message is echoed in the command
window.
The problem with the quickfix is that when we are using splits it is hard to read code or the QA errors. So the syntastic approach is much less invasive, IMHO.
Of course, probably some people find the quickfix better, so perhaps it could be optional. I would love to work on that, if you find that interesting, but I would have first to learn how to be a vim-script ninja.
Cheers!