I want to set Vim to work with C++, I just want to perform these tasks:
- write code (you don't say?)
- check and highlight C++ syntaxis
- autocompletion (if is possible)
- compile, run, debugging and return to the editor
- tree-view project files on the side
- statusbar
I know that much of this tasks can be done with plugins, so I need your help to make a list of required plugins and how to set them up together.
why basic? well, I'm taking the programming course level 1 in my university, and we will make simple command-line programs, simple such a mathematical evaluations (functions, array even or odd numbers, draw triangles with asterisks and so.)