Dropped line numbers and added themes

Themes got abstracted out of airline at some point ¯\_(ツ)_/¯
This commit is contained in:
Josh Sherman 2016-05-25 11:04:04 -05:00
parent d018de4f0b
commit d01747ff67

View file

@ -30,7 +30,7 @@ set nocindent
set nocompatible
set noerrorbells
set novisualbell
set number
"set number
set pastetoggle=<F2>
set rtp+=~/.dotfiles/.vundle/
set shiftwidth=2
@ -68,6 +68,7 @@ Bundle 'gmarik/vundle'
Bundle 'AfterColors.vim'
Bundle 'altercation/vim-colors-solarized'
Bundle 'bling/vim-airline'
Plugin 'vim-airline/vim-airline-themes'
Bundle 'bling/vim-bufferline'
Bundle 'cakebaker/scss-syntax.vim'
Bundle 'ervandew/supertab'