Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joshgillies/.vim

Vim configs
https://github.com/joshgillies/.vim

Last synced: 5 days ago
JSON representation

Vim configs

Awesome Lists containing this project

README

        

Credits:
Mad props to http://vimcasts.org/ in particular episode #27 "Synchronizing plugins with git submodules and pathogen" - Too cool!

Installation:

git clone git://github.com/joshgillies/.vim.git ~/.vim

Create symlinks:

ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc
ln -s ~/.vim/pathogen/autoload/pathogen.vim ~/.vim/autoload/pathogen.vim

Switch to the `~/.vim` directory, and fetch submodules:

cd ~/.vim
git submodule init
git submodule update