I just cant figure out Project Plugin in VIM -


I am trying to use VIM for some programming. I am starting a total in VIM, can you help me?

I can not understand the documentation. If you have used this plugin, can you tell me the basic steps to get started?

Configure the project plugin, you must edit the .vimprojects file. An example

 : help-project example  

As you will see, you have to type something like

  name_off_project = Path / in / your / project cd = flags = flags_you_want {file1 file2 ... Name_of_Subcategory = path / to / your / subcategory filter = files_you_want {subcategory_file1 subcategory_file2 ...}}  

now You can call your project:

 : Project  

This will open a vertical window with the file you just configured. Click on any file to open it.

For flags and filters, everything is explained in the help file. There are subtleties to others you would have to find yourself I hope this will help you.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -