Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 957 Bytes

File metadata and controls

34 lines (23 loc) · 957 Bytes

Tpett's vim configuration

Thanks to these guys:

My configuration uses Vundle to manage plugins.

Plugins

All plugins are listed in my vimrc file. Check it out if you want to learn more about my configuration.

Installation

If you would like to check out my configuration I would highly recommend forking your own copy to make it easy to change in the future.

Setup is handled through Rake. Ruby and wget are required. Only works for OS X.

# If you have an existing .vim folder
$ mv ~/.vim ~/.vim.old

$ git clone https://github.com/tpett/vimfiles.git ~/.vim
$ cd ~/.vim && rake setup