From 47792ab0c489104a4ae5c8de1abec5fa8f7ee9f9 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Tue, 5 May 2020 20:24:15 -0300 Subject: [PATCH] True colors on the terminal! --- vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/vimrc b/vim/vimrc index aa0cbd4..8f80ca6 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -56,6 +56,7 @@ set wim=longest,list " file auto-completion set background=dark " to follow most of the colorschemes I use set vb t_vb= " convert bells to visual bells and do nothing as visual bell set t_Co=256 " 256 color terminal +set termguicolors " Define that the terminal has true color capabilities set modeline " Enable modelines set lcs=tab:¦\ " uses a special char at the start of a tab character, uses spaces after that set nolist " ... but don't display them by default