use neovim for git commit

pull/2/head
Alpha Chen 2 years ago
parent eddcbb5943
commit 8bb968a84d

@ -9,6 +9,7 @@
excludesfile = ~/.gitignore excludesfile = ~/.gitignore
quotepath = false quotepath = false
sparecheckout = true sparecheckout = true
editor = nvim
[alias] [alias]
g = grep --break --heading --line-number g = grep --break --heading --line-number
standup = !git log --all --date=short --no-merges --pretty=format:\"%h %ad %s%d\" --since=1.weeks --author=`git config user.email` standup = !git log --all --date=short --no-merges --pretty=format:\"%h %ad %s%d\" --since=1.weeks --author=`git config user.email`

Loading…
Cancel
Save