From 64fe4424b63c9baddcaf54e78fb2c0048b1f08fe Mon Sep 17 00:00:00 2001 From: Von Random Date: Wed, 24 May 2017 19:33:25 +0300 Subject: [PATCH] use my own fork of solarized8 and get rid of the cursor color in gvimrc; also papercolors --- gvimrc | 3 --- vimplugins | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/gvimrc b/gvimrc index 7864ac5..dd5a653 100644 --- a/gvimrc +++ b/gvimrc @@ -1,6 +1,3 @@ -" solarized cursor for gvim -highlight Cursor guibg=#dc322f guifg=#fdf6e3 - if has('win32') set guifont=Fantasque_Sans_Mono:h11 else diff --git a/vimplugins b/vimplugins index cbdde64..419920d 100644 --- a/vimplugins +++ b/vimplugins @@ -24,7 +24,8 @@ Plug 'neomake/neomake', { 'for': 'python' } Plug 'davidhalter/jedi-vim', { 'for': 'python' } " colorschemes -Plug 'lifepillar/vim-solarized8' +Plug 'vdrandom/vim-solarized8' +Plug 'NLKNguyen/papercolor-theme' " syntax highlight plugins Plug 'neilhwatson/vim_cf3'