如何让 Vim 在 Windows 上与 Python 3.7 完美兼容

如何让 Vim 在 Windows 上与 Python 3.7 完美兼容

我想使用 Gvim 8.1 和一些插件,但其中一些插件大多需要 Python 3.7 好吧,我找到了一个 Gvim 安装(https://github.com/vim/vim-win32-installer) 使用 Python 3.7 编译,但是它似乎只有当我将 Python3.7 Embedded 放在 Gvim.exe 所在的同一文件夹中时才有效,它看不到系统范围的 Python3.7 安装。

问题似乎在于 Vim 插件无法识别“pip3 install xxxx”安装。

那么,如何让 Gvim 查看 Windows 10 x64 上系统范围的 Python 3.7 安装?

谢谢

相关内容