Closed
Description
As I understand things right now, you leverage the signcolumn to display the lsp diagnostic status for files with potential issues.
While I like the idea of that, I'd rather use the signcolumn to display the git status information (thereby also preventing things like #72). Is that something you have thought about or would be willing to implement?
An additional cherry on top would be to have a configuraiton option whether git status signs are placed:
- to the right of file/folder names
- to the left of file/folder names
- in the sign column
Maybe you could leverage the same implementation to make the lsp diagnostic symbol location configurable in the same way? 🤔