If this isn't an option already, it would be a useful enhancement. Many text editors show a thin vertical line at 80 columns, or whatever you have set. This helps you make sure you don't run over the intended right margin while writing code. Presumably it would be configured via and @setting value. It could also reduce the number of complaints from pylint.
Leo has no such setting. Apparently, QTextEdit doesn't have a way to do this natively. Anything is possible with a custom paint method.
Thanks!