📜  vim 插件不起作用 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:26.349000             🧑  作者: Mango

代码示例1
Make sure plug.vim file is located in ~/.vim/autoload directory.
You are not supposed to copy/paste the whole example to your .vimrc. It's just some examples to show the syntax of vim-plug.
Does :call plug#begin('~/.vim/plugged') give you an error?

# Credit to: https://github.com/junegunn