Home > vim-dotfiles

vim-dotfiles

Vim-dotfiles is a project mainly written in Vim Script, it's free.

My Vim Setting

Installation:

git clone git://github.com/tobidope/vim-dotfiles.git ~/.vim

Create symlinks:

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

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

cd ~/.vim
git submodule init
git submodule update
Previous:SolexaPipeline