From 0228ae37c91d4a36922437910f9039f8f9a360a2 Mon Sep 17 00:00:00 2001
From: Bradley Small <vc.Bradley.Small@lowes.com>
Date: Thu, 21 Nov 2019 13:44:09 -0500
Subject: [PATCH] cleaning up

---
 .vimrc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.vimrc b/.vimrc
index da8fbf7..b2e20e8 100644
--- a/.vimrc
+++ b/.vimrc
@@ -18,7 +18,6 @@ Plug 'tpope/vim-rhubarb'
 Plug 'vim-scripts/loremipsum'
 Plug 'tpope/vim-surround'
 
-" Plug 'altercation/vim-colors-solarized'
 Plug 'lifepillar/vim-solarized8'
 
 Plug 'scrooloose/nerdtree'
@@ -81,7 +80,6 @@ let g:solarized_statusline = "normal"
 let g:solarized_termtrans = 0
 let g:solarized_visibility = "normal"
 
-" call togglebg#map("")
 if has('gui_running')
     set background=dark
 else
-- 
GitLab