summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2015-09-29 09:22:17 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2015-09-29 09:22:17 -0400
commitffb4a85edf671330a740360d3c797e2abee0e746 (patch)
tree002f409a72c42e6c0e242aacbd00396ab67498b0 /vimrc
parent0a7b7b529aad5190c00c2c86f08dbecf30eef207 (diff)
Change display settings for new laptop.
Diffstat (limited to 'vimrc')
-rwxr-xr-xvimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 8daa02e..96d9bd2 100755
--- a/vimrc
+++ b/vimrc
@@ -6,6 +6,7 @@ set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" TODO(orbekk): Try ctrlp.vim instead.
" Plugin 'wincent/command-t'
+Plugin 'chriskempson/base16-vim'
Plugin 'chriskempson/vim-tomorrow-theme'
Plugin 'gmarik/Vundle.vim'
Plugin 'ctrlpvim/ctrlp.vim'
@@ -51,7 +52,7 @@ set guifont=DroidSansMono\ 10
set guioptions-=m
set guioptions-=T
set guioptions-=r
-colorscheme Tomorrow
+colorscheme base16-tomorrow
set colorcolumn=81