mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-09 12:03:48 -05:00
An alternative would be to run `git` with no user config always, i.e. setting `GIT_CONFIG_NOSYSTEM` and `HOME=/dev/null` (different for Windows then) in its environment. Maybe there's an easier way / single option for this..