My personal Vim setup I've spent the last three years building up. I tend to work on Linux, Mac, and Windows regularly so I have attempted to write my vimrc in such a way as to support all three with a single vimrc.
cd ~
git clone https://github.com/irrigger/ir-vim.git .vim
ln -s .vim/vimrc .vimrc
vim
:PluginInstall
You should now be up and running with my setup.
Many individuals have contributed to my vim setup:
- Kevin Macphail
- Travis Peticrew [Github] (https://github.com/tpett)
- Derek Wyatt [Blog] (derekwyatt.org)
- Drew Neil [Vimcasts] (vimcasts.org)
- Tim Pope Pathogen, Fugitive, Repeat, Surround, Eunuch, Commentary
- Steve Losh [Gundo] (https://github.com/sjl)
- Jeff Lanzarotta [bufexplorer] (http://www.vim.org/account/profile.php?user_id=97)
- Eric Van Dewoestine [SuperTab] (http://www.vim.org/account/profile.php?user_id=6016)
- Matt Wozniski [Tabular] (https://github.com/godlygeek)
Like my vim setup? Follow the repository on GitHub
Copyright (c) Brandon Harris. Distributed under the same terms as Vim itself.
See :help license.