GitXplorerGitXplorer
t

vimfiles

public
6 stars
4 forks
0 issues

Commits

List of commits on branch master.
Verified
3c531c954228ba28aabf690f8d2432fca4a36522

Add some python stuff

ttrptcolin committed 7 years ago
Verified
80b698f54fb5593df1976e34e2dbb04722f898fa

Update URL for yanked plugin

ttrptcolin committed 8 years ago
Verified
098e3f9b20408391c784ca3da6d13a32966fd42b

Sync up latest changes

ttrptcolin committed 8 years ago
Unverified
35ce909de3acf70aff649c69484423dfdf8f70ed

Add a bunch of extraneous stuff

ttrptcolin committed 9 years ago
Unverified
9201ed60a09aa82c5786d8e3e4b54e4526b140ed

Highlight 80th column and also danger-zone columns

ttrptcolin committed 10 years ago
Unverified
a79b185d533110306c32e3584409ff6a4e515954

Add a couple more plugins

ttrptcolin committed 10 years ago

README

The README file for this repository.

vimfiles

This is my vim config. There are many like it but this one is mine.

Getting going

The idea is:

  • clone this to your home directory, renaming it .vim
  • run ./update_bundles
  • symlink to the included .vimrc: something like ln -s ~/.vim/.vimrc ~/.vimrc
  • open vim and run :Helptags (capital 'H') to get your docs hooked up

Gotchas

update_bundles is a Ruby script, so make sure you have Ruby installed.