updated gitconfig with histogram diff algorithm and added rust highlighting to vimrc
This commit is contained in:
Submodule .vim/bundle/vim-jade updated: 0aa231c9a5...fb47bb8303
@@ -5,6 +5,7 @@
|
||||
co = checkout
|
||||
contains = branch --contains
|
||||
cr = codereview
|
||||
exclude = !sh -c 'echo "$1" >> .git/info/exclude' -
|
||||
ignored = ls-files --others
|
||||
lg = log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(bold cyan)- %an%C(reset)%C(bold yellow)%d%C(reset)'
|
||||
lgc = log ORIG_HEAD.. --stat --no-merges
|
||||
@@ -63,6 +64,7 @@
|
||||
|
||||
[diff]
|
||||
tool = vimdiff
|
||||
algorithm = histogram
|
||||
|
||||
[github]
|
||||
user = hellerve
|
||||
|
Reference in New Issue
Block a user