Merge pull request #225 from daniilguit/master

Enable 256 colors palette in Gnome Terminal
pull/247/head
Amir Salihefendic 7 years ago committed by GitHub
commit 751af44cbe
  1. 5
      vimrcs/basic.vim

@ -147,6 +147,11 @@ set foldcolumn=1
" Enable syntax highlighting
syntax enable
" Enable 256 colors palette in Gnome Terminal
if $COLORTERM == 'gnome-terminal'
set t_Co=256
endif
try
colorscheme desert
catch

Loading…
Cancel
Save