Switch git editor to nvim
This commit is contained in:
parent
2d2d177c51
commit
ff41ab8db3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# [include]
|
# [include]
|
||||||
# path = $HOME/path/to/this/file
|
# path = $HOME/path/to/this/file
|
||||||
[core]
|
[core]
|
||||||
editor = vim -f
|
editor = nvim -f
|
||||||
excludesfile = .gitignore.local
|
excludesfile = .gitignore.local
|
||||||
[commit]
|
[commit]
|
||||||
# Sign commits by default
|
# Sign commits by default
|
||||||
|
|
Loading…
Reference in a new issue