Monday 15 July 2013

Vim: When using Vundle how can I also include a plugin that I am writing? -


Where should I put my code when developing a plugin when using a wand? I tried to use a local repo but I think it is a commitment to VIM to see the changes I am making ?? | What is the right way to do this?

Once Vandal has retrieved the source of the plug-in, You can remove the directory of your bundles in the directory and create a symbolic link to your GIT workspace.

  RM-RF ~ /. Vim / bundle / yourplugin / ln -s / path / to / the / plugin / youre / development / plugin ~ / .vim / bundle / yourplugin   

@ More hash, but it works.

No comments:

Post a Comment