Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 690 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 690 Bytes

Requirements

  • ctags (yum install ctags on redhat based systems)
  • vim must be compiled with perl & python (gundo)
    • ./configure --enable-perlinterp --enable-pythoninterp

On OSX, use homebrew to install vim (terminal & gui):

brew install ctags
brew install macvim --override-system-vim

Install

git clone git://github.com/tempire/dotvim.git .vim
cd .vim
git submodule init
git submodule update

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

Customization

~/.vim/vimrc.$USER

If your shell login is purl, create the file ~/.vim/vimrc.purl.

All custom vim configuration will override the dotvim defaults.