https://github.com/junegunn/vim-plug
在 init.vim 中加上
1call plug#begin()2Plug 'rdnetto/YCM-Generator', { 'branch': 'stable' }3call plug#end()
然后在一个 nvim 中运行
配置文件位置
$HOME/.local/share/nvim/site/autoload/plug.vim
-->
https://github.com/junegunn/vim-plug
在 init.vim 中加上
1call plug#begin()2Plug 'rdnetto/YCM-Generator', { 'branch': 'stable' }3call plug#end()
然后在一个 nvim 中运行
$HOME/.local/share/nvim/site/autoload/plug.vim