neogit
neogit copied to clipboard
Read arguments from `git config` with a flag
Is your feature request related to a problem? Please describe.
Currently settings are on a per-project basis and you have to remember to set -v -s -S for each project. The global git config can be used to query for these default variables instead of having to manually punch them inn.
Describe the solution you'd like
read_state_from_git_config = true or a similar command in the setup function.
Describe alternatives you've considered I haven't figured out a way to include the options from the code. But I suspect such a switch would be great to have regardless.
Additional context N/A