From 38178a9fb1abbd844b91e836c3ebd2664ab819c1 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Fri, 24 Nov 2017 09:10:51 -0500 Subject: truecolor support isn't worth the trouble --- vimrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/vimrc b/vimrc index cd00b56..eb1b235 100644 --- a/vimrc +++ b/vimrc @@ -11,7 +11,7 @@ call vundle#rc() Bundle 'gmarik/vundle' Bundle 'scrooloose/nerdtree' -Bundle 'iCyMind/NeoSolarized' +Bundle 'altercation/vim-colors-solarized' Bundle 'vim-scripts/bufexplorer.zip' Bundle 'kien/ctrlp.vim' Bundle 'pangloss/vim-javascript' @@ -156,13 +156,12 @@ nnoremap r :call ToggleSyntasticErrors() " visual " -set termguicolors "true color let g:solarized_visibility="high" "trailing characters very visible let g:solarized_menu=0 "don't show the gui menu set synmaxcol=500 syntax on set background=light -colo NeoSolarized +silent! colo solarized "silent so it doesn't harf before it's installed set hlsearch " don't mess up gutter highlight with gitgutter -- cgit v1.2.3