diff options
author | Camil Staps | 2021-06-13 13:58:13 +0200 |
---|---|---|
committer | Camil Staps | 2021-06-13 13:58:13 +0200 |
commit | faedacb515c32406665377d81688cb0a1ec034b0 (patch) | |
tree | 889415bd118786033fe4b7aa8e2e8af8150cc5fa /git/.gitconfig | |
parent | Use ghcup to install haskell environments (diff) |
Use nvim as git editor
Diffstat (limited to 'git/.gitconfig')
-rw-r--r-- | git/.gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/.gitconfig b/git/.gitconfig index 883ade4..b622520 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -15,7 +15,7 @@ ui = true [core] excludesfile = ~/.gitignore - editor = vim + editor = nvim whitespace = blank-at-eol,blank-at-eof,space-before-tab,tab-indent pager = less -x1,5 [apply] |