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 ...
PIN is a Vim plugin for navigating Python import statements. Given an import statement in a Python file, PIN allows you to open the file that provides the Python module being imported. PIN requires ...
First thing is first: this will all fail miserably with the version of vim that's built into the base OS. Best solution: use MacVim. MacVim comes built with Python, GUI support and more. There's a few ...