mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
git to use nvim
This commit is contained in:
parent
957907678f
commit
3232c6fc34
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue