https://github.com/royling/dotvim
https://github.com/royling/dotvim
vimrc
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/royling/dotvim
- Owner: royling
- License: mit
- Created: 2017-02-13T09:35:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-14T07:09:47.000Z (about 9 years ago)
- Last Synced: 2025-06-06T17:02:26.081Z (about 1 year ago)
- Topics: vimrc
- Language: Vim script
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Manage VIM plugins with _pathogen_ and `git submodule`](http://vimcasts.org/episodes/synchronizing-plugins-with-git-submodules-and-pathogen/)
## HOWTO setup VIM environment on another machine with this repo
```sh
git clone https://github.com/royling/dotvim.git ~/.vim
cd ~/.vim
ln -s ~/.vim/vimrc ~/.vimrc
git submodule update --init
```
### Update all plugins
`git submodule foreach git pull origin master`