Vim's built-in Python syntax and existing plugins like vim-python/python-syntax don't properly handle modern Python type hints. The -> return type arrow breaks highlighting, generic types aren't ...