packer.nvim
packer.nvim copied to clipboard
feat: can pass additional environment variables to git commands
This adds the ability to specify additional environment variables to the git commands by passing them into the config:
config = {
git = {
env = {
GIT_CONFIG_NOSYSTEM = "1"
}
}
}