diff --git a/.vimrc b/.vimrc index 71b03b33..48f44783 100644 --- a/.vimrc +++ b/.vimrc @@ -1,6 +1,3 @@ -set t_Co=256 -syntax on - " Shortcut to rapidly toggle `set list` nmap l :set list! " 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 diff --git a/gitconfig_mac b/gitconfig_mac index 3342d946..8c170f8d 100644 --- a/gitconfig_mac +++ b/gitconfig_mac @@ -27,3 +27,5 @@ trustExitCode = true [push] default = simple +[color] + ui = true