We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The readme claims python3.6+ support (which is the default with vim on OpenSUSE for example):
from __future__ import annotations
inside of lint.vim is not supported in that version of Python.
The readme claims python3.6+ support (which is the default with vim on OpenSUSE for example):
inside of lint.vim is not supported in that version of Python.