-
Notifications
You must be signed in to change notification settings - Fork 0
mwilden/vim
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Initial installation: git clone git://github.com/mwilden/vim.git ~/.vim ln -s ~/.vim/vimrc ~/.vimrc cd ~/.vim git submodule update --init Add bundle: cd ~/.vim git submodule add <plugin-repository-url> bundle/<plugin-name> git add . git commit -m "Add plugin" Update bundle: cd ~/.vim/bundle/<plugin-name> git pull origin master Update all bundles: cd ~/.vim git submodule foreach git pull origin master Remove bundle: Remove it from .gitmodules Remove it from .git/config git rm --cached bundle/<plugin-name> git commit -a "Remove plugin" git push or rm -rf <path-to-module> To resurrect after deleting the bundle directory: 1. Look in gitx to see the name 2. git co bundle/foo 3. git submodule update -- bundle/foo
About
Vim .vimrc and scripts
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published