mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-16 03:40:57 +01:00
git: Change editor from vim to neovim
Neovim has some nice additions like honoring the blinking cursor from kitty when in insert mode. I don't remember why I used vim instead of neovim here, but neovim is mature enough that it should be an excellent choice to use for many years to come.
This commit is contained in:
parent
ef3f21ecfd
commit
c816942ec3
@ -6,7 +6,7 @@
|
|||||||
gpgsign = true
|
gpgsign = true
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = nvim
|
||||||
autocrlf = false
|
autocrlf = false
|
||||||
pager = diff-so-fancy | less --tabs=4 -RFX
|
pager = diff-so-fancy | less --tabs=4 -RFX
|
||||||
excludesfile = ~/.gitignore
|
excludesfile = ~/.gitignore
|
||||||
|
Loading…
Reference in New Issue
Block a user