mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-09 18:29:41 +00:00
Use default nvim, not lvim as editor
This commit is contained in:
parent
4aaa1e1e64
commit
0565a2e651
|
@ -78,7 +78,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 = lvim
|
editor = nvim
|
||||||
pager = delta
|
pager = delta
|
||||||
[interactive]
|
[interactive]
|
||||||
diffFilter = delta --color-only
|
diffFilter = delta --color-only
|
||||||
|
|
Loading…
Reference in a new issue