diff options
author | Luca Matei Pintilie <lucafulger@gmail.com> | 2023-04-07 10:43:13 +0000 |
---|---|---|
committer | Luca Matei Pintilie <lucafulger@gmail.com> | 2023-04-07 10:43:13 +0000 |
commit | 4bea5f472cc649da5fa4ef4dc7b719d75b9f2d57 (patch) | |
tree | 9a98aee8345128dadb3950f109392cb44ba0d2c2 /.gitconfig | |
parent | d40df46b6c003ff2d574d5efc36cecebafe39f6e (diff) | |
download | dotfiles-4bea5f472cc649da5fa4ef4dc7b719d75b9f2d57.tar dotfiles-4bea5f472cc649da5fa4ef4dc7b719d75b9f2d57.tar.gz dotfiles-4bea5f472cc649da5fa4ef4dc7b719d75b9f2d57.tar.bz2 dotfiles-4bea5f472cc649da5fa4ef4dc7b719d75b9f2d57.tar.lz dotfiles-4bea5f472cc649da5fa4ef4dc7b719d75b9f2d57.tar.xz dotfiles-4bea5f472cc649da5fa4ef4dc7b719d75b9f2d57.tar.zst dotfiles-4bea5f472cc649da5fa4ef4dc7b719d75b9f2d57.zip |
Neovim improvements
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 22 |
1 files changed, 4 insertions, 18 deletions
@@ -1,6 +1,5 @@ [user] name = Luca Matei Pintilie - signingKey = CA875B8CE4FF7C9F [pull] rebase = false @@ -8,18 +7,6 @@ [commit] gpgSign = true -[tag] - gpgSign = true - -[pull] - rebase = false - -[init] - defaultBranch = master - -[push] - autoSetupRemote = true - [core] pager = delta @@ -27,10 +14,8 @@ diffFilter = delta --color-only [delta] - # use n and N to move between diff sections - navigate = true - # set to true if you're in a terminal w/ a light background color (e.g. the default macOS terminal) - light = false + navigate = true # use n and N to move between diff sections + light = false # set to true if you're in a terminal w/ a light background color (e.g. the default macOS terminal) [merge] conflictstyle = diff3 @@ -57,4 +42,5 @@ hunk-header-line-number-style = "#067a00" hunk-header-style = file line-number syntax - +[init] + defaultBranch = master |