1
0
forked from extern/nix-config

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:
Donovan Glover 2022-10-24 17:03:36 -04:00
parent ef3f21ecfd
commit c816942ec3
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -6,7 +6,7 @@
gpgsign = true
[core]
editor = vim
editor = nvim
autocrlf = false
pager = diff-so-fancy | less --tabs=4 -RFX
excludesfile = ~/.gitignore