bschwedler / .vim

vim config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.vim

Layout and inspiration from github.com/jessfraz/.vim

My vim dot files. the .vimrc file is saved to vimrc.

Just run the following commands via terminal to get perfectly set up:

$ cd ~/
$ git clone --recursive https://github.com/bschwedler/.vim.git .vim
$ ln -sf $HOME/.vim/vimrc $HOME/.vimrc
$ cd $HOME/.vim
$ git submodule update --init

Pathogen

The vim dot files make use of the excellent Pathogen runtime path manager to install plugins and runtime files into their own private directiories.

Currently using version 2.2 of Pathogen

Plugins Used

About

vim config

License:MIT License


Languages

Language:Vim Script 94.3%Language:Makefile 5.7%