motherjones/mojo-pairing-vim

Name: mojo-pairing-vim

Owner: Mother Jones

Description: A standardized vim configuration for use in pair programming situations.

Created: 2014-12-05 18:35:37.0

Updated: 2014-12-05 18:56:36.0

Pushed: 2014-12-05 18:56:35.0

Homepage: null

Size: 144

Language: VimL

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Mother Jones pairing vim settings

This is a collection of config settings and list of plugins that we use for pair programming at Mother Jones.

Setup

Just paste this into your .bashrc, .zshrc, or whatever.

s vim-pairing='vim -p -N -u "<path/to/this/dir/vimrc>"'

In this directory, make sure that you grab all the submodules:

submodules update
Configuration
Plugins

All of the plugin configuration is done in the conf.d directory. Each plugin that has any configuration options set should have a file inside that directory, preferably with the name of the plugin as the filename.

If you make changes to any of these, you should probably commit them and let everybody know that you've done so in order to maintain consistency across all of the machines that your teammates use.

Personal

If you have any personal settings that you absolutely can't live without, add them to the local.vim file in the root directory of this project. It's in the .gitignore file, so don't delete it at random or anything.

Usage

The first time that you run this, or when you want to update all of the plugins, run :PluginInstall from inside vim.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.