diff options
author | June McEnroe <june@causal.agency> | 2016-02-05 00:04:15 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2016-02-05 00:04:15 -0500 |
commit | 2875edc6b9478e6b008dabdedc64cdce65c38e73 (patch) | |
tree | 12e6595de357fb5089076602c34d3b5f821587d2 /.gitconfig | |
parent | More iTerm configuration tweaks (diff) | |
download | src-2875edc6b9478e6b008dabdedc64cdce65c38e73.tar.gz src-2875edc6b9478e6b008dabdedc64cdce65c38e73.zip |
Add nvim configuration
Diffstat (limited to '')
-rw-r--r-- | .gitconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.gitconfig b/.gitconfig index 6b63477e..8015cbf3 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,8 +1,6 @@ [user] name = June McEnroe email = programble@gmail.com -[core] - editor = vim [push] default = simple [rebase] |