Dropped line numbers and added themes
Themes got abstracted out of airline at some point ¯\_(ツ)_/¯
This commit is contained in:
parent
d018de4f0b
commit
d01747ff67
1 changed files with 2 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue