vim必须注意用来编译的python版本和位数,比如32位的vim不能用 :py3
调用64位的python
python3.8的可以用github上每天更新的版本: Releases · vim/vim-win32-installer · GitHub
neovim不管python版本多少,只需要 pip install pynvim
(试验了一下,自带的demo可以用neovim运行)
vim必须注意用来编译的python版本和位数,比如32位的vim不能用 :py3
调用64位的python
python3.8的可以用github上每天更新的版本: Releases · vim/vim-win32-installer · GitHub
neovim不管python版本多少,只需要 pip install pynvim
(试验了一下,自带的demo可以用neovim运行)