-
Notifications
You must be signed in to change notification settings - Fork 0
shenyute/vimrc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
### add new plugin with git submodule # example: # git submodule add http://github.com/tpope/vim-fugitive.git bundle/fugitive # git add . # git commit -m "Install Fugitive.vim bundle as a submodule." #### upgrading a plugin bundle # cd ~/.vim/bundle/fugitive # git pull origin master ### Upgrading all bundled plugins # git submodule foreach git pull origin master You can reference this page. http://vimcasts.org/episodes/synchronizing-plugins-with-git-submodules-and-pathogen/
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published