Using git submodule keep your vim plugin up-to-date
when we install vim plugin we need copy files to different folders, it’s hard to keep it up-to-date. As lot’s of vim plugin have github repository. we can use git submodule and vim plugin pathogen to keep your plugin up-to-date. For details read this blog post.
Post a comment