diff options
| author | jdhao <jdhao@hotmail.com> | 2020-11-25 21:37:23 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-11-25 21:37:23 +0800 |
| commit | 4a4c85f90368c26832f7943f38de98f51688df5c (patch) | |
| tree | 47cf0f3b8f722e0ae333d837ce69b99d3b9b4f58 /core/plugins.vim | |
| parent | 2b77a8b9de58ad75e4444d26d2b38f1bf4eb3487 (diff) | |
format
Diffstat (limited to 'core/plugins.vim')
| -rw-r--r-- | core/plugins.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/plugins.vim b/core/plugins.vim index ab30006..647ddc0 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -5,7 +5,7 @@ scriptencoding utf-8 let g:plugin_home=expand(stdpath('data') . '/plugged') if empty(readdir(g:plugin_home)) - augroup plug_init + augroup plug_init autocmd! autocmd VimEnter * PlugInstall --sync | quit |source $MYVIMRC augroup END |
