Skip to content

jdthorpe/vimrc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick installation

Simply run this script to install and configure this vimrc in your $HOME dir:

wget -O - https://github.com/nvie/vimrc/raw/master/autoinstall.sh | sh

Installing this vimrc manually

Although a vimrc is a very personal thing, you may use mine if you like it. To do so, please do the following:

  1. Clone this repo:

    git clone git://github.com/nvie/vimrc.git

    or download the plain source only:

    wget -qO - http://github.com/nvie/vimrc/tarball/master | tar -xzvf -
  2. In your ~/.vimrc, add the following line:

    source ~/path/to/vimrc/vimrc
  3. Fetch submodules:

    git submodule init
    git submodule update
  4. Recompile Command-T Ruby C extension for your platform (if other than Mac OS X):

    cd vim/ruby/command-t
    ruby extconf.rb
    make clean; make
  5. Touch:

    touch ~/.vim/user.vim

That's it.

About

My personal Vim configuration, with a lot of love put into it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 87.1%
  • Ruby 7.4%
  • C 4.2%
  • Other 1.3%