dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 46af6cf71d59af3190fe5ed1781ad01439d2c415
parent 9b7c86e590aff1758797e00f574395f690622d27
Author: Chris Bracken <chris@bracken.jp>
Date:   Sun,  1 May 2016 15:48:32 -0700

Switch to vim-monochrome colour scheme

Diffstat:
M.vim/vimrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.vim/vimrc b/.vim/vimrc @@ -5,7 +5,7 @@ filetype off set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() Plugin 'gmarik/Vundle.vim' -Plugin 'Lucius' +Plugin 'cbracken/vim-monochrome' Plugin 'git://github.com/dart-lang/dart-vim-plugin.git' Plugin 'git://github.com/google/vim-ft-bzl.git' Plugin 'git://github.com/leafgarland/typescript-vim.git' @@ -104,7 +104,7 @@ let g:ycm_dart_bin_folder_path = '~/.dvm/darts/stable' if &t_Co > 2 || has("gui_running") syntax enable set background=dark - colorscheme lucius + colorscheme monochrome " Highlight cursor line set cursorline