Added optional YCM integration
This commit is contained in:
16
gitconfig
16
gitconfig
@@ -1,17 +1,19 @@
|
||||
[user]
|
||||
email = anaber@pm.me
|
||||
email = anaber@pm.me
|
||||
name = Autumn Naber
|
||||
[diff]
|
||||
tool = vimdiff
|
||||
tool = vimdiff
|
||||
[difftool]
|
||||
prompt = false
|
||||
prompt = false
|
||||
[alias]
|
||||
df = difftool
|
||||
[merge]
|
||||
tool = fugitive
|
||||
tool = fugitive
|
||||
[mergetool]
|
||||
prompt = false
|
||||
prompt = false
|
||||
[mergetool "fugitive"]
|
||||
cmd = vim -f -c \"Gvdiff\" \"$MERGED\"
|
||||
cmd = vim -f -c \"Gvdiff\" \"$MERGED\"
|
||||
[push]
|
||||
default = simple
|
||||
default = simple
|
||||
[core]
|
||||
editor = vim
|
||||
|
||||
Reference in New Issue
Block a user