dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 29af6f30aef3d4f31295c700cf63cd6f46812e69
parent c64388a0f996e3724f0fe720e0e9223fad4d4028
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Tue, 10 Sep 2013 13:11:25 +0200

Added git plugin

Diffstat:
M.vimrc | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.vimrc b/.vimrc @@ -32,6 +32,9 @@ Bundle 'altercation/vim-colors-solarized' " modify surrounding characters in pairs Bundle 'tpope/vim-surround' +" git wrapper +Bundle 'tpope/vim-fugitive' + " autocompletes often typed words with <Tab> Bundle 'msanders/snipmate.vim'