I am trying to use VIM for some programming. I am a total beginner in VIM. Could you guys please help me figure out Project Plugin
I can’t understand the documentation. If you have used this plugin, could you tell me the basic steps to get started?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In order to configure the project plugin, you must edit the .vimprojects file. An example is given in the help
As you will see, you have to write something like this
Now you can call your project:
This will open a vertical window with the file you’ve just configured. Click on any file you added to open it.
For the flags and the filter, everything is explained in the help file. There are others subtleties you’ll have to discover by yourself.
I hope this will help you.