From 3232c6fc34f7155585e58a1e005cbcbb8b400b55 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Mon, 13 Feb 2023 13:49:20 -0500 Subject: [PATCH] git to use nvim --- home/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/git.nix b/home/git.nix index 092b65f..7393689 100644 --- a/home/git.nix +++ b/home/git.nix @@ -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";