A common reason for not using Vim for Python coding is that it has a weak out-of-the-box support for Python, especially when compared modern IDEs like PyCharm or VS Code. With the advancements over ...
上記を実行して、0の値が返ってきたら、認識されてない。 1が返ってきたら、認識されている事がわかります。 vimがpythonを認識しているかどうかをシェルから確認する方法 下記コマンドで+なら認識されていて、ーなら認識されていないことが確認できます。
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 ...