From dbbec3bfec23fb036fcb9b89300ec214d9e21290 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Mon, 29 Apr 2013 16:33:34 -0400 Subject: [PATCH] More vim stuff --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index 7a80b67..efb1fd4 100644 --- a/.vimrc +++ b/.vimrc @@ -7,6 +7,8 @@ call vundle#rc() Bundle 'gmarik/vundle' +Bundle 'airblade/vim-gitgutter' +Bundle 'kien/ctrlp.vim' Bundle 'tpope/vim-rails' Bundle 'tpope/vim-repeat' Bundle 'tpope/vim-surround' @@ -34,6 +36,7 @@ set showcmd " Show command as you type set hls " Highlight search (hlsearch?) set ruler " Show cursor position set autoindent +set number " Show line numbers " Tabs are 2 spaces set tabstop=2 set softtabstop=2