vim

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

commit 8f1e3b236893128957641f44ecdfb8c5bd7430d0
parent 6fb953f7e100542a383bd2646b6604b99e9d301a
Author: Chris Bracken <chris@bracken.jp>
Date:   Sun,  1 May 2016 15:48:32 -0700

Switch to vim-monochrome colour scheme

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 '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