diff options
author | Santo Cariotti <santo@dcariotti.me> | 2025-01-17 14:00:18 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2025-01-17 14:00:18 +0100 |
commit | c0cb3e4633045cc1775f047ce83b4cf48e06f109 (patch) | |
tree | e1feeef26ac2d15b5267358ab7fbf405e4ab45e1 | |
parent | 5bc54da0686f5452bcbc8de459026317bb2fd182 (diff) |
Use nvim on gitconfig
-rw-r--r-- | dot_gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_gitconfig b/dot_gitconfig index 081dc4c..57155d0 100644 --- a/dot_gitconfig +++ b/dot_gitconfig @@ -15,7 +15,7 @@ [credential] helper = store [core] - editor = nvim -u ~/.config/nvim/init_clean.vim + editor = nvim ; pager = bat -n --style=plain ; pager = delta excludesFile = ~/.gitignore |