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