how to set git editor to neovim

Quite simple, just execute this in command line:

1
git config --global core.editor "nvim"

reference: stackoverflow


how to set git editor to neovim
http://fanlumaster.github.io/2022/08/21/how-to-set-git-editor-to-neovim/
作者
fanlumaster
发布于
2022年8月21日
许可协议