From 66c99e546c9bde6cfaaa3770593f90337244ce93 Mon Sep 17 00:00:00 2001 From: Margatroid Date: Tue, 6 Aug 2019 11:55:02 +0800 Subject: [PATCH] fix: --- docs/intro/editor/vim.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/editor/vim.md b/docs/intro/editor/vim.md index 79e2225e..57c5cd65 100644 --- a/docs/intro/editor/vim.md +++ b/docs/intro/editor/vim.md @@ -612,7 +612,7 @@ func! GDB() #### 关于插件 -插件篇中说到了强大的插件管理器 Vundle,那么在配置中该如何写呢?框架如下: +插件篇中说到了强大的插件管理器 vim-plug,那么在配置中该如何写呢?框架如下: ```vim call plug#begin('~/.vim/plugged') -- 2.11.0