Neovim 安装安装brew install neovim
添加Python支持NeoVim原生是不带各种语言支持的,需要自己去安装和关联
pip3 install neovim
添加Python路径编辑init.vim
let g:py
2019-11-06