Is your feature request related to a problem? Please describe.
The plugin does not detect changes in file permissions, e.g. if I do chmod 644 file, the mode change normally is caught by git status.
Describe the solution you'd like
Maybe a message like mode change 744 -> 644 next to the file in the unstaged section or a message like this when toggling.
Describe alternatives you've considered
None really
Additional context
When toggling no change appears.
Is your feature request related to a problem? Please describe. The plugin does not detect changes in file permissions, e.g. if I do chmod 644 file, the mode change normally is caught by git status.
Describe the solution you'd like Maybe a message like
mode change 744 -> 644
next to the file in the unstaged section or a message like this when toggling.Describe alternatives you've considered None really
Additional context When toggling no change appears.