From 33dc20935571dfd81b03a7dcfcddce44120e39e4 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Tue, 7 May 2019 20:10:23 -0700 Subject: [PATCH] termguicolors --- .vim/options.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/.vim/options.vim b/.vim/options.vim index 15a0af8..85b44c8 100644 --- a/.vim/options.vim +++ b/.vim/options.vim @@ -63,6 +63,7 @@ if has('gui_running') endif if has('unix') + set termguicolors set t_Co=256 endif