Been playing with new color schemes as I've switched to Alacritty. Ran into a scenario where there was a color scheme for Neovim and not Vim. New color scheme is solid, so my previous color scheme issues are now null and void. Instead of juggling around with a shared configuration, I've committed to a separate configuration for Vim and Neovim.
51 lines
660 B
INI
51 lines
660 B
INI
[user]
|
|
name = Josh Sherman
|
|
email = joshsherman@gmail.com
|
|
|
|
[github]
|
|
user = joshtronic
|
|
|
|
[credential]
|
|
helper = cache --timeout=86400
|
|
|
|
[color]
|
|
branch = auto
|
|
diff = auto
|
|
status = auto
|
|
|
|
[core]
|
|
editor = nvim
|
|
|
|
[diff]
|
|
compactionHeuristic = true
|
|
rename = copy
|
|
check = true
|
|
|
|
[pager]
|
|
color = true
|
|
|
|
[init]
|
|
defaultBranch = main
|
|
|
|
[push]
|
|
default = simple
|
|
|
|
[pull]
|
|
rebase = true
|
|
|
|
[commit]
|
|
gpgsign = true
|
|
template = ~/.gitmessage
|
|
verbose = true
|
|
|
|
[help]
|
|
autocorrect = 1
|
|
|
|
[filter "lfs"]
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
process = git-lfs filter-process
|
|
required = true
|
|
|
|
[url "ssh://git@"]
|
|
insteadOf = git://
|