.vimrc: Add vim-gutentags plugin
[dotfiles.git] / .gitconfig
index 2bfdc9bffbfa617475766894e61f087a451273de..b783b86cae0d80749bb2c831efd9839a24e93bd1 100644 (file)
@@ -61,6 +61,7 @@
        ui = auto
 
 [color "diff"]
+       plain = 241
        meta = blue bold
        frag = magenta bold
        old = red bold
 
 [color "diff-highlight"]
        oldNormal = nobold
-       oldHighlight = red bold
+       oldHighlight = red bold 235
        newNormal = nobold
-       newHighlight = green bold
+       newHighlight = green bold black
 
 [push]
        default = matching
+
+[include]
+       path = .gitconfig.local