vim插件安装

下载 vim-plug
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

选择插件
https://vimawesome.com/

选择插件 The NERD tree

vim ~/.vimrc
添加
call plug#begin()
Plug ‘scrooloose/nerdtree’
call plug#end()

保存

随便打开一个文件
:PlugInstall

错误
YouCompleteMe unavailable : YouCompleteMe unavailable: requires Vim 7.4.1578+
https://blog.csdn.net/xyqzki/article/details/79130615

发布了48 篇原创文章 · 获赞 13 · 访问量 2万+

猜你喜欢

转载自blog.csdn.net/seanbill/article/details/90297921