Added optional YCM integration

This commit is contained in:
Autumn Naber
2023-08-25 14:17:40 -07:00
parent 0e39019e63
commit ae70101eba
6 changed files with 104 additions and 41 deletions

View File

@@ -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