MrXcitement / dot-vim

My vim configuration files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal Vim setup

This is my personal vim configuration.

I am currently using Vundle to manage plugins, the Vundle project is located here: http://github.com/gmarik/vundle

My .vimrc automaticly installs vundle if it is not allready installed. I am using code from here: http://erikzaadi.com/2012/03/19/auto-installing-vundle-from-your-vimrc

To use this configuration, do the following:

Clone

Clone the dot-vim repo to a local directory.

git clone git://github.com/mrxcitement/dot-vim.git ~/git/dot-vim

Install

If you allready have a vim configuration, make sure to back it up first. Switch to the local repo directory and run the install.sh script. The install script will create symlinks in your home directory and then fetch the associated submodules from git.

cd ~/git/dot-vim
./install.sh

About

My vim configuration files


Languages

Language:Vim Script 95.7%Language:PowerShell 2.3%Language:Shell 2.0%