use-vim-plug
Published at 2024-01-15
Last update over 365 days ago
Licensed under CC BY-NC-SA 4.0
softwares-and-tools
neovim
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.vim