how to set git editor to neovim

Quite simple, just execute this in command line:

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

reference: stackoverflow


版权声明: 本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!