More vim stuff

This commit is contained in:
Andrew Tomaka 2013-04-29 16:33:34 -04:00
parent 20431429bb
commit dbbec3bfec

3
.vimrc
View file

@ -7,6 +7,8 @@ call vundle#rc()
Bundle 'gmarik/vundle' Bundle 'gmarik/vundle'
Bundle 'airblade/vim-gitgutter'
Bundle 'kien/ctrlp.vim'
Bundle 'tpope/vim-rails' Bundle 'tpope/vim-rails'
Bundle 'tpope/vim-repeat' Bundle 'tpope/vim-repeat'
Bundle 'tpope/vim-surround' Bundle 'tpope/vim-surround'
@ -34,6 +36,7 @@ set showcmd " Show command as you type
set hls " Highlight search (hlsearch?) set hls " Highlight search (hlsearch?)
set ruler " Show cursor position set ruler " Show cursor position
set autoindent set autoindent
set number " Show line numbers
" Tabs are 2 spaces " Tabs are 2 spaces
set tabstop=2 set tabstop=2
set softtabstop=2 set softtabstop=2