Browse Source

True colors on the terminal!

master
Julio Biason 4 years ago
parent
commit
47792ab0c4
  1. 1
      vim/vimrc

1
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

Loading…
Cancel
Save