Ubuntu 17.04 中的 Vim 8 支持 Python

Ubuntu 17.04 中的 Vim 8 支持 Python

我目前正在运行 Ubuntu Zesty。但是默认的 Vim 包不支持 Python?我已经安装了vim-nox

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 17.04
Release:        17.04
Codename:       zesty

$ vim --version | grep python
+cryptv          +linebreak       -python          +vreplace
+cscope          +lispindent      -python3         +wildignore

默认的 Vim 包是否支持 Python 插件,或者我的安装是否搞乱了,或者这里错过了什么?

相关内容