colors in git

This commit is contained in:
Cyryl Plotnicki-Chudyk 2013-10-09 11:59:24 +02:00
parent b2fce4ef61
commit be5fcc2725
2 changed files with 5 additions and 3 deletions

6
.vimrc
View file

@ -1,6 +1,3 @@
set t_Co=256
syntax on
" Shortcut to rapidly toggle `set list`
nmap <leader>l :set list!<CR>
" Use the same symbols as TextMate for tabstops and EOLs
@ -10,6 +7,9 @@ set listchars=tab:▸\ ,eol:¬
highlight NonText guifg=#4a4a59
highlight SpecialKey guifg=#4a4a59
set t_Co=256
syntax on
set background=dark
color solarized
colorscheme solarized

View file

@ -27,3 +27,5 @@
trustExitCode = true
[push]
default = simple
[color]
ui = true