OSDN Git Service

删除文章末重复部分
authorDoveqise <932376634@qq.com>
Sun, 1 Sep 2019 02:12:11 +0000 (10:12 +0800)
committerGitHub <noreply@github.com>
Sun, 1 Sep 2019 02:12:11 +0000 (10:12 +0800)
docs/intro/editor/vim.md

index f68559e..1fd90d8 100644 (file)
@@ -657,12 +657,3 @@ call plug#end()
 F10 :启动 nerdtree 侧边工程目录树
 F7  :启动 Gundo 时光机
 ```
-
-    关于插件其实也有相关配置,但是都写在一起将会使得 `.vimrc` 十分臃肿,我们可以额外写在别的文件里,一般文件应该保存在 `home` 下,然后在配置中写下 `source $HOME / 文件路径` 即可。我的 nerdtree, syntastic 和 airline 都额外写了别的文件。
-
-    同时我的配置里关于插件的快捷键如下:
-
-```vim
-F10 :启动 nerdtree 侧边工程目录树
-F7  :启动 Gundo 时光机
-```