git to use nvim

This commit is contained in:
Sridhar Ratnakumar 2023-02-13 13:49:20 -05:00
parent 957907678f
commit 3232c6fc34

View file

@ -20,7 +20,7 @@
ignores = [ "*~" "*.swp" ];
extraConfig = {
init.defaultBranch = "master"; # https://srid.ca/unwoke
core.editor = "emacsclient";
core.editor = "nvim";
#protocol.keybase.allow = "always";
credential.helper = "store --file ~/.git-credentials";
pull.rebase = "false";