From bd60af8d31532b3eb72ca80d570378f28a3d04ec Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Wed, 15 Dec 2021 17:04:40 -0500 Subject: [PATCH] Remove third part color scheme plugins from vimrc --- vimrc | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/vimrc b/vimrc index 2c3f328..8703e66 100644 --- a/vimrc +++ b/vimrc @@ -193,31 +193,12 @@ endif "//////////////////////////////////////////////////////////////// Plug 'luochen1990/rainbow', { 'commit': '1c45e0f' } " Rainbow parens. Locked to an older commit that still works fine on my PC. -"Plug 'flazz/vim-colorschemes' " @warning: Has a lot of themes, but they break the other themes listed below Plug 'vim-airline/vim-airline-themes' if IsWindows() Plug 'godlygeek/csapprox' " Try to make gvim themes look decent on Windows. endif -" Light Themes -Plug 'raggi/vim-color-raggi' " @note No Windows support, unless using gvim. -Plug 'LanFly/vim-colors' " @note No Windows support, unless using gvim. - -" Dark Themes -Plug 'rhysd/vim-color-spring-night' " @note No Windows support, unless using gvim. -Plug 'nanotech/jellybeans.vim' -Plug 'zcodes/vim-colors-basic' - -" Hybrid Themes -Plug 'sickill/vim-monokai' -Plug 'chmllr/elrodeo-vim-colorscheme' " A little dark on Windows. -Plug 'reedes/vim-colors-pencil' " High-contrast. -" Seabird themes - " High contrast: seagull (light), petrel (dark) - " Low contrast: greygull (light), stormpetrel (dark) -Plug 'nightsense/seabird' " @note No Windows support, unless using gvim. - "////////////////////////////// " SYNTAX HIGHLIGHTING "//////////////////////////////