Vim setup by JP Flouret
- alternate
- bufexplorer
- CamelCaseMotion
- tabular
- vim-abolish
- vim-airline
- vim-bbye
- vim-commentary
- vim-easymotion
- vim-eunuch
- vim-fugitive
- vim-indent-guides
- vim-repeat
- vim-sensible
- vim-sleuth
- vim-surround
- vim-unimpaired
- vim-vinegar
This repository is intended to be cloned into the user's Vim runtime folder (~/.vim on unix or %USERPROFILE%/vimfiles on Windows)
cd ~
git clone --recursive https://github.com/jpflouret/vimfiles.git .vim
cd %USERPROFILE%
git clone --recursive https://github.com/jpflouret/vimfiles.git vimfiles
ln -s .vim/vimrc ~/.vimrc
echo "runtime vimrc" > ~/_vimrc
cd ~/.vim
git pull
git submodule init # Initialize new submodules
git submodule update # Checkout submodules
cd ~/.vim
git submodule add <plugin remote url> bundle/<plugin>
cd ~/.vim
git submodule foreach "(git checkout master && git pull)&"
git add bundle/
git commit
- Vim 7.3+
- Python support for Vim
- Python 2.4+
See LICENSE.md