mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Use nvim as editor, not vim
This commit is contained in:
parent
ea6dc6594a
commit
35e213aa39
|
@ -56,7 +56,7 @@
|
||||||
helper = store --file ~/.config/git/git-credentials
|
helper = store --file ~/.config/git/git-credentials
|
||||||
[core]
|
[core]
|
||||||
excludefile = ~/.config/git/global_gitignore
|
excludefile = ~/.config/git/global_gitignore
|
||||||
editor = vim
|
editor = nvim
|
||||||
pager = delta
|
pager = delta
|
||||||
[interactive]
|
[interactive]
|
||||||
diffFilter = delta --color-only
|
diffFilter = delta --color-only
|
||||||
|
|
Loading…
Reference in a new issue