diff options
Diffstat (limited to 'git/.gitconfig')
-rwxr-xr-x[-rw-r--r--] | git/.gitconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git/.gitconfig b/git/.gitconfig index 662b90a..2863ba2 100644..100755 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -15,8 +15,8 @@ [credential] helper = store [core] - editor = nvim --clean - ; pager = bat -l diff + editor = nvim -u ~/.config/nvim/init_clean.vim + ; pager = bat -n --style=plain ; pager = delta excludesFile = ~/.gitignore [init] |