Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

45 Commits

Repository files navigation

1) Install vim with python
For Mac: sudo port install vim +python
2) Clone repository to ~/.vim
git clone https://github.com/raphtown/vimconfig.git ~/.vim
3) Symbolic link to .vimrc and .tmux.conf
ln -s ~/.vim/.vimrc ~/.vimrc
ln -s ~/.vim/.tmux.conf ~/.tmux.conf
4) Initialize and update submodules
cd ~/.vim
git submodule init
git submodule update
git submodule foreach git submodule init
git submodule foreach git submodule update
To add a new submodule:
PACKAGE=YOUR_PACKAGE_HERE
GITHUB_USER=GITHUB_USER_HERE
cd ~/.vim; git submodule add https://github.com/$GITHUB_USER/$PACKAGE.git bundle/$PACKAGE To update all existing submodules:
git submodule foreach git pull origin master
git commit -a -m "Update submodules"
git push

About

My vim config

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages