Geany is my favorite IDE, but sometimes I use VSCode in certain instances. One feature that I really wish was in Geany is the "Gutter Indicators" that show when a line is modified, deleted, or added.
Here is an example from VS Code
![image](https://user-images.githubusercontent.com/122637911/228015475-fa82d644-7b20-...)
This might be possible using the Scintilla margin API and [libgit2](https://libgit2.org/)