vim

vim config files
git clone https://git.bracken.jp/vim.git
Log | Files | Refs | LICENSE

commit 6e48228c11de8bc1d140068980795522b96c5180
parent ba38ca1a12a79b463e03615d9b63a75f0e515a54
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed, 29 Jun 2016 01:09:35 -0700

Switch colorscheme to one

Diffstat:
Mvimrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vimrc b/vimrc @@ -5,7 +5,7 @@ filetype off set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() Plugin 'VundleVim/Vundle.vim' -Plugin 'cbracken/vim-monochrome' +Plugin 'cbracken/vim-one' Plugin 'dart-lang/dart-vim-plugin' Plugin 'fatih/vim-go' Plugin 'fugitive.vim' @@ -99,7 +99,7 @@ let g:ycm_dart_bin_folder_path = '~/.dvm/darts/stable' if &t_Co > 2 || has("gui_running") syntax enable set background=dark - colorscheme monochrome + colorscheme one " Highlight cursor line set cursorline