All Projects → nvie → Vimrc

nvie / Vimrc

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

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. Touch::

    touch ~/.vim/user.vim

That's it.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].