Skip to content

MC6/dotvim

 
 

Repository files navigation

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.

About

dotvim, .vimrc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%