packer.nvim icon indicating copy to clipboard operation
packer.nvim copied to clipboard

feat: can pass additional environment variables to git commands

Open stevearc opened this issue 3 years ago • 0 comments

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"
    }
  }
}

stevearc avatar Sep 08 '22 02:09 stevearc