Add syntastic plugin, tweak list settings, register git difftool
This commit is contained in:
committed by
Andrew Miner
parent
77365899bd
commit
4b1d3c04c7
+10
-1
@@ -1,7 +1,16 @@
|
||||
[user]
|
||||
name = Andrew Miner
|
||||
email = andrewminer@mac.com
|
||||
email = aminer@looker.com
|
||||
[pull]
|
||||
rebase = true
|
||||
[push]
|
||||
default = simple
|
||||
[merge]
|
||||
tool = gvimdiff
|
||||
conflictstyle = diff3
|
||||
[mergetool]
|
||||
prompt = false
|
||||
[diff]
|
||||
tool = gvimdiff
|
||||
[difftool]
|
||||
prompt = false
|
||||
|
||||
Reference in New Issue
Block a user