Vim on Windows: Resolve Python dependency without a system wide installation
Since many Vim plugins depend on Python; updating Vim often requires a Python update. We will see how to resolve such plugin dependencies using an embeddable Python distribution. Does Python already work? Before starting, check whether you happen to have the correct version of Python installed. :echo has(‘python3’) If this prints 1 then you are …
Vim on Windows: Resolve Python dependency without a system wide installation Read More »