diff options
author | mhsn <mail@mhsn.net> | 2025-04-23 09:56:22 +0000 |
---|---|---|
committer | mhsn <mail@mhsn.net> | 2025-07-08 10:54:42 +0100 |
commit | 0a9a2a148da6ea28af5757b49d05d6811ae85a6f (patch) | |
tree | 2aa80fe625ceb8908c3a04efb4fc1a416960deaf | |
parent | 09d7ae6bc463cb1229146256849e642cc931a3f4 (diff) | |
download | dotfiles-0a9a2a148da6ea28af5757b49d05d6811ae85a6f.tar.gz dotfiles-0a9a2a148da6ea28af5757b49d05d6811ae85a6f.zip |
set core.editor=nvim in .gitconfig
-rw-r--r-- | .gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ ui = auto [commit] verbose = true +[core] + editor = nvim [diff] algorithm = histogram colorMoved = plain |