1
0
Fork 0

Set terminal colors

This commit is contained in:
Basti 2014-11-24 18:48:22 +01:00
parent 7172bf9b98
commit ea7005d2b5
1 changed files with 2 additions and 0 deletions

2
vimrc
View File

@ -4,6 +4,8 @@ set nocompatible " Must come first because it changes other opt
execute pathogen#infect()
set t_Co=256 " Set terminal colors
syntax enable " Turn on syntax highlighting.
filetype plugin indent on " Turn on file type detection.