From 246dd150ba1b5e32bf71d314ffe91f4100647107 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Sun, 12 May 2019 15:18:49 +0530 Subject: [PATCH] Remove termguicolors from vimrc --- vim/.vimrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index a252023..fd98cd6 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -83,9 +83,6 @@ nnoremap ; : iabbrev let g:indentLine_char = '|' -set termguicolors -let &t_8f = "\[38:2:%lu:%lu:%lum" -let &t_8b = "\[48:2:%lu:%lu:%lum" set colorcolumn=80 colorscheme Tomorrow-Night-Bright let g:netrw_banner=0