vim: enable 256 colors

This commit is contained in:
Thomas Ruoff
2013-02-20 00:42:08 +01:00
parent 4fd279f842
commit b22cf8faef

3
vimrc
View File

@@ -26,6 +26,9 @@ Bundle 'flazz/vim-colorschemes'
" non github repos
"Bundle 'git://git.wincent.com/command-t.git'
" enable 256 color !!1!
set t_Co=256
" Continue with the rest
filetype plugin indent on