Vim Plugin Development Workflows
I use a Vim Plugin Manager called Vundle to install and update all my Vim plugins.
When developing a new plugin with Vim, it is useful to be able to develop locally, test the changes in Vim and be able to push the changes to a Git repository.