From c65afb13e9a2890f6b2d659a67f4bc054fad766f Mon Sep 17 00:00:00 2001 From: Matt Kohls Date: Sun, 14 May 2017 17:20:43 -0400 Subject: Adding in neovim configs --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index b1635ce..85d6f84 100644 --- a/.gitconfig +++ b/.gitconfig @@ -10,5 +10,5 @@ graph1 = log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x20%x1b[33m(%an)%x1b[0m" graph2 = log --graph --full-history --all --color --pretty=tformat:"%C(red)%h%C(reset)%x09%C(green)%d%C(reset)%C(bold)%s%C(reset)%C(yellow)(%an)%C(reset)" [core] - editor = vim + editor = nvim excludesfile = /home/matt/.gitignore_global -- cgit v1.2.3