SkidanovAlex / CtrlK

MIT License
17 stars 1 forks source link

Integrate Syntastic or other Compiler into Ctrl-K #17

Open ankrgyl opened 10 years ago

ankrgyl commented 10 years ago

Goals:

1) On an explicit compile, want to see where the error messages are. When you hover over an error message (meaning cursor is on that line) then you can see the error message corresponding to that line. QT Creator lets you do this by mouse hovering (which doesn't make as much sense for vim).

2) In the background, see syntax errors etc. as you work.

I care more about (1) than (2).