diff options
| author | Matt Kohls <mattkohls13@gmail.com> | 2017-05-14 17:20:43 -0400 | 
|---|---|---|
| committer | Matt Kohls <mattkohls13@gmail.com> | 2017-05-14 17:20:43 -0400 | 
| commit | c65afb13e9a2890f6b2d659a67f4bc054fad766f (patch) | |
| tree | b13f6e57d6adb5ebc9132e764dcf7e23d09602a1 /.gitconfig | |
| parent | 68fabc5ee00686a5e53638ab4b44c99195ee4b8f (diff) | |
| download | dotfiles-c65afb13e9a2890f6b2d659a67f4bc054fad766f.tar.gz dotfiles-c65afb13e9a2890f6b2d659a67f4bc054fad766f.tar.bz2 dotfiles-c65afb13e9a2890f6b2d659a67f4bc054fad766f.zip  | |
Adding in neovim configs
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -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  | 
