From 1e6a5401ec252f611e5a337b78719fa0d63d318d Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 23 Feb 2021 14:57:05 +0000 Subject: [PATCH] home: vim: disable 'termguicolors' I forgot that I actually prefer the look without it. --- home/vim/init.vim | 3 --- 1 file changed, 3 deletions(-) diff --git a/home/vim/init.vim b/home/vim/init.vim index 1e06609..8968204 100644 --- a/home/vim/init.vim +++ b/home/vim/init.vim @@ -72,9 +72,6 @@ set background=dark packadd! onedark-vim " Use onedark colorscheme onedark - -" 24-bit true color -set termguicolors " }}} " Search parameters {{{