From ffb4a85edf671330a740360d3c797e2abee0e746 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Tue, 29 Sep 2015 09:22:17 -0400 Subject: Change display settings for new laptop. --- vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vimrc') 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 -- cgit v1.2.3