use-vim-plug
2024-01-15
neovim
softwares-and-tools
vim-plug
https://github.com/junegunn/vim-plug在 init.vim 中加上call plug#begin()
Plug 'rdnetto/YCM-Generator', { 'branch': 'stable' }
call plug#end()然后在一个 nvim 中运行 :PlugInstall配置文件位置$HOME/.local/share/nvim/site/autoload/plug.vi