This is my ~/.vim dir.
- Clone the repo:
git clone https://github.com/alanvdam/vimfiles.git ~/.vim
- Grab the plugin submodules
cd ~/.vim && git submodule init && git submodule update
- Link the
.vimrc
file likeln -s ~/.vim/vimrc ~/.vimrc
- I use Mac Vim
brew install macvim
which is compiled with ruby support. (Command-T requires Ruby) - For Command-T
cd ~/vim/bundle/command-t/ruby/command-t && ruby extconf.rb && make
- For loading the plugins the Pathogen plugin is used
- Scroolooses vim files are used as inspiration.
- Nice blog post
- Blog serie about some of the used plugins
- Vim Tip 2
- Vim Tips 2
- Vim casts