how to

use-vim-plug

Jan 15, 2024
softwares-and-toolsneovimvim-plug
1 Minutes
32 Words

https://github.com/junegunn/vim-plug

在 init.vim 中加上

1
call plug#begin()
2
Plug 'rdnetto/YCM-Generator', { 'branch': 'stable' }
3
call plug#end()

然后在一个 nvim 中运行

配置文件位置

$HOME/.local/share/nvim/site/autoload/plug.vim

Article title:use-vim-plug
Article author:Julyfun
Release time:Jan 15, 2024
Copyright 2025
Sitemap